diff options
-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 |