diff options
author | ijliao <ijliao@FreeBSD.org> | 2003-12-15 10:45:19 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2003-12-15 10:45:19 +0800 |
commit | 45938382f520efcdbbf2110b644b8a09730a283f (patch) | |
tree | 930d95e37be888813f81e9beec2f4fcd84dc1c66 | |
parent | c27940297800cb76af2d66455540d90104704b54 (diff) | |
download | freebsd-ports-gnome-45938382f520efcdbbf2110b644b8a09730a283f.tar.gz freebsd-ports-gnome-45938382f520efcdbbf2110b644b8a09730a283f.tar.zst freebsd-ports-gnome-45938382f520efcdbbf2110b644b8a09730a283f.zip |
-O makes -stable memory exhausted, so disable it
Submitted by: bento log
-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 |