summaryrefslogtreecommitdiff
path: root/net/yate-devel/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/yate-devel/Makefile')
-rw-r--r--net/yate-devel/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/yate-devel/Makefile b/net/yate-devel/Makefile
index fae2c8dc2601..495e68b526a5 100644
--- a/net/yate-devel/Makefile
+++ b/net/yate-devel/Makefile
@@ -31,8 +31,8 @@ WANT_GNOME= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --without-fdsize \
--mandir=${LOCALBASE}/man
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
+CPPFLAGS+= -I${LOCALBASE}/include
+LDFLAGS+= -L${LOCALBASE}/lib
MAKE_ENV= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \
PTHREAD_LIBS="${PTHREAD_LIBS}" \
PWLIBDIR=${LOCALBASE}/share/pwlib \