aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2003-09-01 11:59:50 +0800
committerdinoex <dinoex@FreeBSD.org>2003-09-01 11:59:50 +0800
commitc361229f6cbe8f2b6ffd14ddb9f957305f88f572 (patch)
tree70f608673d1993e9a2410ec1575d113f569c09df /textproc
parent79985e264b07cb0a5b591525a2cf226408636651 (diff)
downloadfreebsd-ports-gnome-c361229f6cbe8f2b6ffd14ddb9f957305f88f572.tar.gz
freebsd-ports-gnome-c361229f6cbe8f2b6ffd14ddb9f957305f88f572.tar.zst
freebsd-ports-gnome-c361229f6cbe8f2b6ffd14ddb9f957305f88f572.zip
- don't clobber any given LDFLAGS
resolves conflitcs with bsd.openssl.mk
Diffstat (limited to 'textproc')
-rw-r--r--textproc/rasqal/Makefile4
-rw-r--r--textproc/redland/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/textproc/rasqal/Makefile b/textproc/rasqal/Makefile
index 46afbebdc1c7..65ef6e62e763 100644
--- a/textproc/rasqal/Makefile
+++ b/textproc/rasqal/Makefile
@@ -26,8 +26,8 @@ LIBWWW_CONFIG?= ${LOCALBASE}/bin/libwww-config
USE_OPENSSL= yes
USE_PERL5= yes
GNU_CONFIGURE= yes
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/db2 -I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/db2 -I${LOCALBASE}/include"
+LDFLAGS+= -L${LOCALBASE}/lib
CONFIGURE_ARGS= --with-bdb=${LOCALBASE} --with-libwww
INSTALLS_SHLIB= yes
diff --git a/textproc/redland/Makefile b/textproc/redland/Makefile
index 46afbebdc1c7..65ef6e62e763 100644
--- a/textproc/redland/Makefile
+++ b/textproc/redland/Makefile
@@ -26,8 +26,8 @@ LIBWWW_CONFIG?= ${LOCALBASE}/bin/libwww-config
USE_OPENSSL= yes
USE_PERL5= yes
GNU_CONFIGURE= yes
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/db2 -I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/db2 -I${LOCALBASE}/include"
+LDFLAGS+= -L${LOCALBASE}/lib
CONFIGURE_ARGS= --with-bdb=${LOCALBASE} --with-libwww
INSTALLS_SHLIB= yes