aboutsummaryrefslogtreecommitdiffstats
path: root/shells/sash
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2001-04-30 07:49:00 +0800
committerkris <kris@FreeBSD.org>2001-04-30 07:49:00 +0800
commitd9abf48bae3d84a22d2e509570f1d7f95c4ee884 (patch)
treec731019d56d6c81e065ee25a340e6f3dff00607f /shells/sash
parent046047251192af49d2f581ab346f201a6fc0ba54 (diff)
downloadfreebsd-ports-gnome-d9abf48bae3d84a22d2e509570f1d7f95c4ee884.tar.gz
freebsd-ports-gnome-d9abf48bae3d84a22d2e509570f1d7f95c4ee884.tar.zst
freebsd-ports-gnome-d9abf48bae3d84a22d2e509570f1d7f95c4ee884.zip
Don't hard-code -O2
Diffstat (limited to 'shells/sash')
-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 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