summaryrefslogtreecommitdiffstats
path: root/shells
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2001-04-29 23:49:00 +0000
committerkris <kris@FreeBSD.org>2001-04-29 23:49:00 +0000
commitd9abf48bae3d84a22d2e509570f1d7f95c4ee884 (patch)
treec731019d56d6c81e065ee25a340e6f3dff00607f /shells
parent046047251192af49d2f581ab346f201a6fc0ba54 (diff)
downloadFreeBSD-ports-d9abf48bae3d84a22d2e509570f1d7f95c4ee884.zip
FreeBSD-ports-d9abf48bae3d84a22d2e509570f1d7f95c4ee884.tar.gz
Don't hard-code -O2
Diffstat (limited to 'shells')
-rw-r--r--shells/sash/files/patch-aa2
1 files changed, 1 insertions, 1 deletions
diff --git a/shells/sash/files/patch-aa b/shells/sash/files/patch-aa
index 2c4b0e4..c2e45ae 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
OpenPOWER on IntegriCloud