mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
3898f250e0
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>
12 lines
423 B
Plaintext
12 lines
423 B
Plaintext
--- 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)
|
|
#
|