diff options
author | Steve Price <steve@FreeBSD.org> | 1999-05-09 16:46:19 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-05-09 16:46:19 +0000 |
commit | 7350323c55c5cc963993a17612ead75cdaa60b29 (patch) | |
tree | 15d7d5716a22b2fa900f56dee7b899c815b679c1 /net/ppxp/files/patch-ab | |
parent | New port: editors/semi-emacs. (diff) |
Update to version 0.99030108.
PR: 11578
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=18657
Diffstat (limited to 'net/ppxp/files/patch-ab')
-rw-r--r-- | net/ppxp/files/patch-ab | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/net/ppxp/files/patch-ab b/net/ppxp/files/patch-ab deleted file mode 100644 index 852b96de6eb9..000000000000 --- a/net/ppxp/files/patch-ab +++ /dev/null @@ -1,11 +0,0 @@ ---- console/xppxp/Makefile.in.orig Thu Dec 24 04:51:34 1998 -+++ console/xppxp/Makefile.in Thu Dec 24 04:51:43 1998 -@@ -16,7 +16,7 @@ - #SIGVOID = -DHasVoidSignalReturn - # - CC = @CC@ --XLIB = @X_LIBS@ -lXaw -lXmu -lXt -lX11 -lXpm -+XLIB = @X_LIBS@ -lXaw -lXmu -lXt -lXext -lX11 @X_PRE_LIBS@ -lXpm - CFLAGS = @CFLAGS@ -I$(PPXPINC) -DXPPXPDIR=\"$(XPPXPDIR)\" @X_CFLAGS@ - LDFLAGS = @LDFLAGS@ $(PPXPLIB) $(XLIB) - # |