diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-05-15 04:09:09 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-05-15 04:09:09 +0000 |
commit | 1bdf10e1da34183b6ab830b979c8cff8a7ef0816 (patch) | |
tree | 6267b7575ff5724483b7e2a00725cf55a9abf3e5 /textproc/xmlppm/files | |
parent | upgrade to 3.29.12 (diff) |
add xmlppm
XML-Conscious PPM Compression
Diffstat (limited to 'textproc/xmlppm/files')
-rw-r--r-- | textproc/xmlppm/files/patch-Makefile | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/textproc/xmlppm/files/patch-Makefile b/textproc/xmlppm/files/patch-Makefile new file mode 100644 index 000000000000..3a5dee160556 --- /dev/null +++ b/textproc/xmlppm/files/patch-Makefile @@ -0,0 +1,12 @@ +--- 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 |