diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-12-15 02:45:19 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-12-15 02:45:19 +0000 |
commit | bf401f0e81e8fff6dd7f6722819da995ea3cba9f (patch) | |
tree | 66347cb894bc66b7e165e5db2ce00985131eb619 /devel | |
parent | f9799ba53e6f828c5bdad5d4a9ee8a1860e64527 (diff) | |
download | freebsd-ports-bf401f0e81e8fff6dd7f6722819da995ea3cba9f.zip |
-O makes -stable memory exhausted, so disable it
Submitted by: bento log
Diffstat (limited to 'devel')
-rw-r--r-- | devel/spirit/Makefile | 3 |
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 |