diff options
-rw-r--r-- | net/6tunnel/files/patch-aa | 2 | ||||
-rw-r--r-- | net/sntop/files/patch-aa | 4 | ||||
-rw-r--r-- | shells/sash/files/patch-aa | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/net/6tunnel/files/patch-aa b/net/6tunnel/files/patch-aa index 0a8aa46ab2c1..bbd2e6bacd2c 100644 --- a/net/6tunnel/files/patch-aa +++ b/net/6tunnel/files/patch-aa @@ -2,7 +2,7 @@ +++ Makefile Fri Jan 5 17:00:06 2001 @@ -1,4 +1,4 @@ -CC = gcc -O2 -Wall -+CFLAGS += -O2 -Wall ++CFLAGS += -Wall VER = 0.07 RPM_ROOT = /home/wojtekka/rpm 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@ diff --git a/shells/sash/files/patch-aa b/shells/sash/files/patch-aa index 2c4b0e4f9f10..c2e45aebc9fb 100644 --- a/shells/sash/files/patch-aa +++ b/shells/sash/files/patch-aa @@ -5,7 +5,7 @@ # -CFLAGS = -O3 -Wall -Wmissing-prototypes -DHAVE_GZIP -DHAVE_EXT2 -+CFLAGS += -O2 -Wall -Wmissing-prototypes $(OPTS) ++CFLAGS += -Wall -Wmissing-prototypes $(OPTS) LDFLAGS = -static -s LIBS = -lz |