diff options
Diffstat (limited to 'net/poptop/files/patch-ab')
-rw-r--r-- | net/poptop/files/patch-ab | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/net/poptop/files/patch-ab b/net/poptop/files/patch-ab index 179caee..a470af7 100644 --- a/net/poptop/files/patch-ab +++ b/net/poptop/files/patch-ab @@ -1,11 +1,11 @@ ---- Makefile.in.orig Tue Oct 5 19:26:04 1999 -+++ Makefile.in Tue Oct 5 19:26:21 1999 -@@ -74,7 +74,7 @@ +--- Makefile.in.orig Sat May 3 17:54:08 2003 ++++ Makefile.in Sat May 3 17:55:08 2003 +@@ -75,7 +75,7 @@ AUTOMAKE_OPTIONS = no-dependencies foreign INCLUDES = -I. --CFLAGS = -O2 -fno-builtin -Wall -ansi -DSBINDIR='"$(sbindir)"' +-CFLAGS = -O2 -fno-builtin -Wall -DSBINDIR='"$(sbindir)"' +CFLAGS+= -DSBINDIR='"$(sbindir)"' -DETCDIR='"$(sysconfdir)"' + #CFLAGS = -O2 -fno-builtin -Wall -ansi -DSBINDIR='"$(sbindir)"' #CFLAGS = -O2 -fno-builtin -Wall -ansi -pedantic -Wmissing-prototypes -Werror -DSBINDIR='"$(sbindir)"' - man_MANS = pptpctrl.8 pptpd.8 pptpd.conf.5 |