svn commit: r367900 - head/java/sablevm
Adam Weinberger
adamw at FreeBSD.org
Wed Sep 10 22:03:13 UTC 2014
Author: adamw
Date: Wed Sep 10 22:03:13 2014
New Revision: 367900
URL: http://svnweb.freebsd.org/changeset/ports/367900
QAT: https://qat.redports.org/buildarchive/r367900/
Log:
Fix build by forcing -lpopt.
Modified:
head/java/sablevm/Makefile
Modified: head/java/sablevm/Makefile
==============================================================================
--- head/java/sablevm/Makefile Wed Sep 10 22:01:04 2014 (r367899)
+++ head/java/sablevm/Makefile Wed Sep 10 22:03:13 2014 (r367900)
@@ -33,5 +33,7 @@ SVMCP_RUN_DEPENDS= ${LOCALBASE}/lib/sabl
post-patch:
@${REINPLACE_CMD} -e 's,^subdirs=".*,,' ${WRKSRC}/configure
+ @${REINPLACE_CMD} -e '/^sablevm_LDADD =/s/$$/ -lpopt/' \
+ ${WRKSRC}/src/sablevm/Makefile.in
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list