summaryrefslogtreecommitdiff
path: root/net/ppxp/files/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'net/ppxp/files/patch-ab')
-rw-r--r--net/ppxp/files/patch-ab11
1 files changed, 11 insertions, 0 deletions
diff --git a/net/ppxp/files/patch-ab b/net/ppxp/files/patch-ab
new file mode 100644
index 000000000000..852b96de6eb9
--- /dev/null
+++ b/net/ppxp/files/patch-ab
@@ -0,0 +1,11 @@
+--- 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)
+ #