diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2001-04-29 23:49:00 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2001-04-29 23:49:00 +0000 |
commit | e9dd3f8b36681d296db7165798ffa024460b4b05 (patch) | |
tree | 5d4da92c0445ce5691f2f75181d2d140f0c843af /net/sntop/files | |
parent | Reorder includes to squash typical Linux-kiddie network header misordering. (diff) |
Don't hard-code -O2
Notes
Notes:
svn path=/head/; revision=42049
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@ |