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:
parent
fb64ddda79
commit
b5ecd341ab
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=88411
@ -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 \
|
||||
|
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user