freebsd-ports/net/pptpclient/files/patch-aa

20 lines
806 B
Text
Raw Normal View History

diff -ur dist/pptp-linux-1.0.3/Makefile work/pptp-linux-1.0.3/Makefile
--- dist/pptp-linux-1.0.3/Makefile Mon May 7 05:19:34 2001
+++ Makefile Thu May 10 00:43:58 2001
@@ -11,12 +11,12 @@
#################################################################
# CHANGE THIS LINE to point to the location of your pppd binary.
-CFLAGS += '-DPPPD_BINARY="/usr/sbin/pppd"'
+CFLAGS += '-DPPPD_BINARY="/usr/sbin/ppp"' -DUSER_PPP
#################################################################
PPTP_BIN = pptp
-PPTP_OBJS = pptp.o pptp_gre.o ppp_fcs.o pty.o \
+PPTP_OBJS = pptp.o pptp_gre.o ppp_fcs.o \
pptp_ctrl.o dirutil.o vector.o \
inststr.o util.o version.o
-PPTP_DEPS = pptp_callmgr.h pptp_gre.h ppp_fcs.h pty.h util.h
+PPTP_DEPS = pptp_callmgr.h pptp_gre.h ppp_fcs.h util.h