1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Fix build when linking with libperl.so.

With hat:	portmgr, perl
Sponsored by:	Absolight
This commit is contained in:
Mathieu Arnold 2014-12-01 14:36:41 +00:00
parent b074553626
commit 8fdc278077
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=373708

View File

@ -26,9 +26,4 @@ LZMA_DEPEND?= sys
LIB_DEPENDS+= liblzma.so.1:${PORTSDIR}/archivers/lzmalib
.endif
post-configure:
.if ${LZMA_DEPEND} == "sys"
@${REINPLACE_CMD} -e "/^LDDLFLAGS/ s|${LOCALBASE}/lib|${LIBDIR}|" ${WRKSRC}/Makefile
.endif
.include <bsd.port.mk>