summaryrefslogtreecommitdiff
path: root/graphics/xbarcode/files/patch-aa
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2005-11-05 09:07:44 +0000
committerKris Kennaway <kris@FreeBSD.org>2005-11-05 09:07:44 +0000
commitb1cf59535c70b37f79dbb4a7374b9908cd760c4c (patch)
treede86c8c77ebfec33fb4888f702c1c1fc593cce83 /graphics/xbarcode/files/patch-aa
parent- update for cairo release (diff)
Remove expired ports
Notes
Notes: svn path=/head/; revision=147349
Diffstat (limited to 'graphics/xbarcode/files/patch-aa')
-rw-r--r--graphics/xbarcode/files/patch-aa18
1 files changed, 0 insertions, 18 deletions
diff --git a/graphics/xbarcode/files/patch-aa b/graphics/xbarcode/files/patch-aa
deleted file mode 100644
index 0922526362e1..000000000000
--- a/graphics/xbarcode/files/patch-aa
+++ /dev/null
@@ -1,18 +0,0 @@
---- Makefile Tue Sep 13 19:15:08 1994
-+++ Makefile Sun Oct 1 02:21:12 2000
-@@ -4,13 +4,12 @@
- #
-
- OBJ = mainbarcode.o barcode.o fileio.o help.o
--OPTIONS =
--LIBPATH = /usr/openwin/lib # Pfad fuer XVIEW Library angeben !!!
-+OPTIONS = -I${X11BASE}/include
-+LIBPATH = ${X11BASE}/lib # Pfad fuer XVIEW Library angeben !!!
-
- XBarcode: $(OBJ)
- gcc $(OPTIONS) bar.o fileio.o help.o barcode.o -o bar
- gcc -o XBarcode $(OBJ) -lxview -lolgx -lX11 -L$(LIBPATH)
-- cp XBarcode.1 /usr/man/cat1/XBarcode.1
-
- mainbarcode.o: mainbarcode.c barcode.h german.h
- gcc $(OPTIONS) -c mainbarcode.c