1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

- don't clobber any given LDFLAGS

resolves conflitcs with bsd.openssl.mk
This commit is contained in:
Dirk Meyer 2003-09-01 03:02:15 +00:00
parent ba6d67aeae
commit be9b615869
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=88230

View File

@ -24,8 +24,8 @@ USE_REINPLACE= yes
WANT_GNOME= yes
USE_OPENSSL= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include"
LDFLAGS+= -L${LOCALBASE}/lib
CONFIGURE_ARGS= --with-locale-dir=${LOCALBASE}/share/locale \
--disable-debug --disable-gnome --enable-threads