diff options
author | dinoex <dinoex@FreeBSD.org> | 2003-09-01 11:59:50 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2003-09-01 11:59:50 +0800 |
commit | c361229f6cbe8f2b6ffd14ddb9f957305f88f572 (patch) | |
tree | 70f608673d1993e9a2410ec1575d113f569c09df /textproc | |
parent | 79985e264b07cb0a5b591525a2cf226408636651 (diff) | |
download | freebsd-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/Makefile | 4 | ||||
-rw-r--r-- | textproc/redland/Makefile | 4 |
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 |