diff options
Diffstat (limited to 'textproc/xmlppm/files/patch-Makefile')
-rw-r--r-- | textproc/xmlppm/files/patch-Makefile | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/textproc/xmlppm/files/patch-Makefile b/textproc/xmlppm/files/patch-Makefile deleted file mode 100644 index 3a5dee160556..000000000000 --- a/textproc/xmlppm/files/patch-Makefile +++ /dev/null @@ -1,12 +0,0 @@ ---- Makefile.orig Sat May 12 03:21:58 2001 -+++ Makefile Tue May 15 11:59:08 2001 -@@ -1,7 +1,6 @@ --CC = gcc - #XPPMFLAGS = -DELTPREC_P=1 -DATTPREC=1 -DCHARPREC=1 -DELTORDER=5 -DATTORDER=5 -DCHARORDER=5 -DATTS -DCHAR -DSYMS --CFLAGS = $(XPPMFLAGS) -O2 -Wall -ansi --LFLAGS = -lexpat -lm -+CFLAGS += -I%%LOCALBASE%%/include -+LFLAGS = -L%%LOCALBASE%%/lib -lexpat -lm - #LFLAGS = /usr/lib/libexpat.a -lm - - BINARIES = xmlppm xmlunppm |