aboutsummaryrefslogtreecommitdiff
path: root/shells
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2010-11-24 21:25:27 +0000
committerPav Lucistnik <pav@FreeBSD.org>2010-11-24 21:25:27 +0000
commit7a9a65392e5eeb69d59196c4680b3d1df69354e0 (patch)
treea970b72564863156808c721f91fc826e05b32427 /shells
parent39b51edef868bac4e845c0fe09e408df0b3cd543 (diff)
downloadports-7a9a65392e5eeb69d59196c4680b3d1df69354e0.tar.gz
ports-7a9a65392e5eeb69d59196c4680b3d1df69354e0.zip
- Fix runtime error by disabling gcc optimizations
PR: ports/152499 Submitted by: Harald Hanche-Olsen <hanche@math.ntnu.no>
Notes
Notes: svn path=/head/; revision=265110
Diffstat (limited to 'shells')
-rw-r--r--shells/es/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/shells/es/Makefile b/shells/es/Makefile
index 9e37bddaf8af..dcc881c691d0 100644
--- a/shells/es/Makefile
+++ b/shells/es/Makefile
@@ -17,6 +17,7 @@ COMMENT= An extensible shell, derived from plan9's rc
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-readline
+CFLAGS:= ${CFLAGS:N-O*}
ALL_TARGET= es
MAN1= es.1