summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2003-12-15 02:45:19 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2003-12-15 02:45:19 +0000
commitbf401f0e81e8fff6dd7f6722819da995ea3cba9f (patch)
tree66347cb894bc66b7e165e5db2ce00985131eb619 /devel
parentUpdate to 0.7. Refactored codebase and adds doxygen-based documentation. (diff)
-O makes -stable memory exhausted, so disable it
Submitted by: bento log
Notes
Notes: svn path=/head/; revision=95828
Diffstat (limited to 'devel')
-rw-r--r--devel/spirit/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/spirit/Makefile b/devel/spirit/Makefile
index b634231cf63b..a93ce2a66c10 100644
--- a/devel/spirit/Makefile
+++ b/devel/spirit/Makefile
@@ -22,7 +22,8 @@ RUN_DEPENDS= ${LOCALBASE}/lib/libboost_thread.so:${PORTSDIR}/devel/boost
USE_REINPLCE= yes
USE_GNOME= gnomehack
GNU_CONFIGURE= yes
-CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \
+CFLAGS= -pipe # -O makes -stable memory exhausted
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
CONFIGURE_ARGS= --enable-spirit-threadsafe