diff options
Diffstat (limited to 'net/poptop/files/patch-ac')
-rw-r--r-- | net/poptop/files/patch-ac | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/net/poptop/files/patch-ac b/net/poptop/files/patch-ac index 25211fa05c14..b8afbd1d8efb 100644 --- a/net/poptop/files/patch-ac +++ b/net/poptop/files/patch-ac @@ -1,11 +1,11 @@ ---- Makefile.am.orig Wed Sep 22 17:01:28 1999 -+++ Makefile.am Tue Oct 5 19:25:56 1999 +--- Makefile.am.orig Sat May 3 17:55:55 2003 ++++ Makefile.am Sat May 3 17:56:22 2003 @@ -11,7 +11,7 @@ ## warning with -Wmissing-prototypes). ## -Wmissing-prototypes removed (eg, Linux 2.2.6 headers ## aren't up to it). --CFLAGS = -O2 -fno-builtin -Wall -ansi -DSBINDIR='"$(sbindir)"' -+CFLAGS= ${CFLAGS} -DSBINDIR='"$(sbindir)"' -DETCDIR='"$(sysconfdir)"' +-CFLAGS = -O2 -fno-builtin -Wall -DSBINDIR='"$(sbindir)"' ++CFLAGS = ${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 |