diff options
Diffstat (limited to 'net/sntop/files')
-rw-r--r-- | net/sntop/files/patch-aa | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/sntop/files/patch-aa b/net/sntop/files/patch-aa index 39204dbe14b5..46b62ff2230d 100644 --- a/net/sntop/files/patch-aa +++ b/net/sntop/files/patch-aa @@ -2,7 +2,7 @@ --- Makefile.in Sat Aug 5 22:03:43 2000 *************** *** 31,37 **** - CFLAGS = -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer @DEFS@ +! CFLAGS = -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer @DEFS@ INCLUDE = . INSTDIR = @bindir@ ! ETCDIR = /etc @@ -10,7 +10,7 @@ OBJS = @LIBOBJS@ DOWENEEDGETOPT = @LIBOBJS@ --- 31,37 ---- - CFLAGS = -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer @DEFS@ +! CFLAGS += -Wall -Wstrict-prototypes -fomit-frame-pointer @DEFS@ INCLUDE = . INSTDIR = @bindir@ ! ETCDIR = @sysconfdir@ |