1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00

- don't clobber any given LDFLAGS

resolves conflitcs with bsd.openssl.mk
(maintainter contacted, no response yet)
Approved by:	marcus
This commit is contained in:
Dirk Meyer 2003-09-03 05:56:04 +00:00
parent fb64ddda79
commit b5ecd341ab
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=88411
2 changed files with 4 additions and 4 deletions

View File

@ -48,8 +48,8 @@ USE_GMAKE= yes
USE_AUTOMAKE= yes
USE_OPENSSL= yes
WRKSRC= ${WRKDIR}/${PORTNAME}-${VERSION}
CONFIGURE_ENV= CC="${CC} -I${LOCALBASE}/include -I${LOCALBASE}/include/slang" \
LDFLAGS=-L${LOCALBASE}/lib
LDFLAGS+= -L${LOCALBASE}/lib
CONFIGURE_ENV= CC="${CC} -I${LOCALBASE}/include -I${LOCALBASE}/include/slang"
CONFIGURE_ARGS= --with-slang --enable-locales-fix \
--with-libiconv-prefix=${LOCALBASE} \
--without-wc-funcs \

View File

@ -47,8 +47,8 @@ USE_GMAKE= yes
USE_AUTOMAKE= yes
USE_OPENSSL= yes
WRKSRC= ${WRKDIR}/${PORTNAME}-${VERSION}
CONFIGURE_ENV= CC="${CC} -I${LOCALBASE}/include -I${LOCALBASE}/include/slang" \
LDFLAGS=-L${LOCALBASE}/lib
LDFLAGS+= -L${LOCALBASE}/lib
CONFIGURE_ENV= CC="${CC} -I${LOCALBASE}/include -I${LOCALBASE}/include/slang"
CONFIGURE_ARGS= --with-slang --enable-locales-fix \
--with-libiconv-prefix=${LOCALBASE} \
--without-wc-funcs \