diff options
Diffstat (limited to 'print/pnm2ppa/files/patch-aa')
-rw-r--r-- | print/pnm2ppa/files/patch-aa | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/print/pnm2ppa/files/patch-aa b/print/pnm2ppa/files/patch-aa index 062100b2b3aa..c0d7c51074f0 100644 --- a/print/pnm2ppa/files/patch-aa +++ b/print/pnm2ppa/files/patch-aa @@ -1,5 +1,5 @@ ---- Makefile.orig Tue Feb 12 00:49:11 2002 -+++ Makefile Fri Jul 12 20:48:40 2002 +--- Makefile.orig Sun Oct 6 10:27:36 2002 ++++ Makefile Mon Nov 18 21:08:50 2002 @@ -5,14 +5,14 @@ # paths to locations where the pnm2ppa binary, the configuration file, # and the man page should be installed. On some systems (like Solaris) @@ -13,7 +13,7 @@ #compiler and linker options: -CC=gcc --CFLAGS=-Wall -pedantic -O2 -g +-CFLAGS=-Wall -pedantic -O2 -LDFLAGS=-lm +CC?=gcc +CFLAGS+=-DCONFDIR=\"$(CONFDIR)\" -I${LOCALBASE}/include |