summaryrefslogtreecommitdiff
path: root/net/ppxp/files/patch-ab
diff options
context:
space:
mode:
authorSADA Kenji <sada@FreeBSD.org>1998-12-31 17:20:18 +0000
committerSADA Kenji <sada@FreeBSD.org>1998-12-31 17:20:18 +0000
commit3898f250e03460038fae7b48495b2a25f05f6b71 (patch)
tree90a324c850ce78c26f89215254166e68243995fe /net/ppxp/files/patch-ab
parentUpgrade to 0.3.90 (diff)
This is a new user process PPP software pakgae. It is easy to setup
and has nice GUI to control connection. This PPP software make a connection on demand and can traslate IP address and port numbers as called as NAT. This spackage have many console programs, ppxp is standard terminal oriented console, xppxp is X client console, tkppxp is Tcl/Tk based console, and much more. Submitted by: Norio Suzuki <nosuzuki@e-mail.ne.jp>, KUNISHIMA Takeo <kunishi@c.oka-pu.ac.jp>
Notes
Notes: svn path=/head/; revision=15740
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)
+ #