svn commit: r365118 - head/lang/gnu-cobol

Adam Weinberger adamw at FreeBSD.org
Sat Aug 16 18:21:36 UTC 2014


Author: adamw
Date: Sat Aug 16 18:21:35 2014
New Revision: 365118
URL: http://svnweb.freebsd.org/changeset/ports/365118
QAT: https://qat.redports.org/buildarchive/r365118/

Log:
  Fix build on -current.

Modified:
  head/lang/gnu-cobol/Makefile

Modified: head/lang/gnu-cobol/Makefile
==============================================================================
--- head/lang/gnu-cobol/Makefile	Sat Aug 16 18:21:10 2014	(r365117)
+++ head/lang/gnu-cobol/Makefile	Sat Aug 16 18:21:35 2014	(r365118)
@@ -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>


More information about the svn-ports-head mailing list