summaryrefslogtreecommitdiff
path: root/devel/libgalago/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/libgalago/Makefile')
-rw-r--r--devel/libgalago/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/libgalago/Makefile b/devel/libgalago/Makefile
index a85678f9a526..b056f7ca0546 100644
--- a/devel/libgalago/Makefile
+++ b/devel/libgalago/Makefile
@@ -24,7 +24,8 @@ USE_GETTEXT= yes
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-tests
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib"
+CPPFLAGS+= -I${LOCALBASE}/include
+LDFLAGS+= -L${LOCALBASE}/lib
post-configure:
@${ECHO_CMD} "#define HAVE_STRCHR 1" >> ${WRKSRC}/config.h