diff options
author | Steve Price <steve@FreeBSD.org> | 1998-11-02 04:15:38 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1998-11-02 04:15:38 +0000 |
commit | 150924d7761546659098d846eb2f9cfe938b8f48 (patch) | |
tree | cf3259c38463824238aede267d4dc95ffeb74901 /graphics/jbigkit/files | |
parent | a10a7b97d740886ead028d6a430d15a21e1b6afe (diff) |
Notes
Diffstat (limited to 'graphics/jbigkit/files')
-rw-r--r-- | graphics/jbigkit/files/patch-aa | 30 |
1 files changed, 7 insertions, 23 deletions
diff --git a/graphics/jbigkit/files/patch-aa b/graphics/jbigkit/files/patch-aa index 445a48fb0d76..0801119458e5 100644 --- a/graphics/jbigkit/files/patch-aa +++ b/graphics/jbigkit/files/patch-aa @@ -1,7 +1,6 @@ ---- Makefile.orig Fri Apr 10 20:34:54 1998 -+++ Makefile Wed Sep 16 16:53:36 1998 -@@ -2,13 +2,14 @@ - # $Id: Makefile,v 1.5 1998-04-11 02:34:53+01 mgk25 Rel $ +--- Makefile.orig Mon Oct 12 11:12:48 1998 ++++ Makefile Sun Nov 1 22:16:26 1998 +@@ -3,11 +3,12 @@ # Select an ANSI/ISO C compiler here, GNU gcc is recommended -CC = gcc @@ -16,25 +15,10 @@ +CFLAGS += -I../libjbig + - all: lib pbm - @echo "Enter 'make test' in order to start some automatic tests." -@@ -19,9 +20,9 @@ - pbm: lib - (cd pbmtools; make "CC=$(CC)" "CFLAGS=$(CFLAGS)") - --test: -- (cd libjbig; make "CC=$(CC)" "CFLAGS=$(CFLAGS)" test) -- (cd pbmtools; make "CC=$(CC)" "CFLAGS=$(CFLAGS)" test) -+#test: -+# (cd libjbig; make "CC=$(CC)" "CFLAGS=$(CFLAGS)" test) -+# (cd pbmtools; make "CC=$(CC)" "CFLAGS=$(CFLAGS)" test) - - clean: - rm -f *~ core -@@ -31,3 +32,25 @@ - distribution: clean - rm -f libjbig/libjbig.a - (cd ..; tar -c -v --exclude RCS -f jbigkit.tar jbigkit) + VERSION=1.0 +@@ -46,2 +47,24 @@ + $(DISTUID)@$(DISTHOST):$(DISTPATH)/jbigkit-$(VERSION)-announce.txt + mv ../jbigkit-$(VERSION).tar.gz $(HOME)/.www/download/ + +install: + mkdir -p ${PREFIX}/bin |