diff options
author | Alexander Langer <alex@FreeBSD.org> | 2000-10-01 15:27:35 +0000 |
---|---|---|
committer | Alexander Langer <alex@FreeBSD.org> | 2000-10-01 15:27:35 +0000 |
commit | a7f22521195e404147ea9c8749293ebc9946a277 (patch) | |
tree | fed8348aa6844bf7420a62d726b7cc0f432d9022 /graphics/xbarcode/files/patch-aa | |
parent | - Update to 4.1.0 (diff) |
Add xbarcode, a (NO_CDROM) program to generate and save graphics of
barcodes in different industry standards.
PR: 21667
Submitted by: brett <brett@nodetree.net>
Diffstat (limited to 'graphics/xbarcode/files/patch-aa')
-rw-r--r-- | graphics/xbarcode/files/patch-aa | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/graphics/xbarcode/files/patch-aa b/graphics/xbarcode/files/patch-aa new file mode 100644 index 000000000000..0922526362e1 --- /dev/null +++ b/graphics/xbarcode/files/patch-aa @@ -0,0 +1,18 @@ +--- 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 |