1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

Fix build on -current.

This commit is contained in:
Adam Weinberger 2014-08-16 18:21:35 +00:00
parent 5fb093f64e
commit 6c871e60b1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=365118

View File

@ -28,6 +28,7 @@ CONFIGURE_ENABLE=nls
post-patch:
@${REINPLACE_CMD} -e 's|__gmp_randinit|__gmpz_init|g ; \
s|db-4.[0-9]|${BDB_LIB_NAME}|g' ${WRKSRC}/configure
s|db-4.[0-9]|${BDB_LIB_NAME}|g ; \
s|-R$$found_dir|-Wl,-rpath,$$found_dir|g' ${WRKSRC}/configure
.include <bsd.port.mk>