mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
- don't clobber any given LDFLAGS
resolves conflitcs with bsd.openssl.mk Approved by: sheepkiller@cultdeadsheep.org
This commit is contained in:
parent
20d2afcb84
commit
5af6fe0041
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=88279
@ -29,8 +29,8 @@ MLINK= perdition.8 - perdition.pop3s.8 \
|
||||
MANCOMPRESSED= no
|
||||
|
||||
USE_LIBTOOL= YES
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include"
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
MAKE_ENV+= DOCSDIR=${DOCSDIR}
|
||||
|
||||
INSTALLS_SHLIB= yes
|
||||
|
Loading…
Reference in New Issue
Block a user