aboutsummaryrefslogtreecommitdiff
path: root/shells/sash
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2001-04-29 23:49:00 +0000
committerKris Kennaway <kris@FreeBSD.org>2001-04-29 23:49:00 +0000
commite9dd3f8b36681d296db7165798ffa024460b4b05 (patch)
tree5d4da92c0445ce5691f2f75181d2d140f0c843af /shells/sash
parent2bf2febda4c3806b0b3d77a9d9dfa5698ae6fd83 (diff)
downloadports-e9dd3f8b36681d296db7165798ffa024460b4b05.tar.gz
ports-e9dd3f8b36681d296db7165798ffa024460b4b05.zip
Don't hard-code -O2
Notes
Notes: svn path=/head/; revision=42049
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