freebsd-ports/net/pptpclient/files/patch-aa
Marcus Alves Grando bef7dfc56f Update to 1.6.0
PR:		85033
Pointed by:	Dmitry Nikulenko <dmitry@lime-systems.com>
Approved by:	pav (mentor), thomas@cuivre.fr.eu.org (maintainer timeout, 43 days)
2005-09-29 12:36:00 +00:00

20 lines
556 B
Text

--- Makefile.orig Thu Feb 17 23:42:45 2005
+++ Makefile Wed Sep 28 19:51:25 2005
@@ -4,7 +4,7 @@
#################################################################
# CHANGE THIS LINE to point to the location of your pppd binary.
-PPPD = /usr/sbin/pppd
+PPPD = /usr/sbin/ppp
#################################################################
BINDIR=$(DESTDIR)/usr/sbin
@@ -16,7 +16,7 @@
OPTIMIZE= -O0
DEBUG = -g
INCLUDE =
-CFLAGS = -Wall $(OPTIMIZE) $(DEBUG) $(INCLUDE)
+CFLAGS += -Wall $(DEBUG) $(INCLUDE) -DUSER_PPP
LIBS = -lutil
LDFLAGS =