diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2003-05-18 23:23:13 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2003-05-18 23:23:13 +0000 |
commit | a0c7376bfcfac99bf34f7efc9d6c864d44099993 (patch) | |
tree | ad97b83c455b0fb5a57ac5dd7e2c28a99fe0f36a /textproc/xmlppm/files | |
parent | Update to Vim 6.1 patchlevel 474 (diff) |
- update to 0.97
- install docs
PR: 51703
Submitted by: Ports Fury
Diffstat (limited to 'textproc/xmlppm/files')
-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 |