aboutsummaryrefslogtreecommitdiff
path: root/java
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2014-09-10 22:03:13 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2014-09-10 22:03:13 +0000
commit6581fe301207f30c8107dc2b1afe4ebeab9d19e1 (patch)
treeb1da6d3b39b9c850758b154f84fc4acdf8df75bc /java
parentba5921dac6756bfa92f69cfb86154dc3b574d923 (diff)
downloadports-6581fe301207f30c8107dc2b1afe4ebeab9d19e1.tar.gz
ports-6581fe301207f30c8107dc2b1afe4ebeab9d19e1.zip
Notes
Diffstat (limited to 'java')
-rw-r--r--java/sablevm/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/java/sablevm/Makefile b/java/sablevm/Makefile
index 06b313e09d3d..8ffb0df2c460 100644
--- a/java/sablevm/Makefile
+++ b/java/sablevm/Makefile
@@ -33,5 +33,7 @@ SVMCP_RUN_DEPENDS= ${LOCALBASE}/lib/sablevm-classpath/libjavalang.so:${PORTSDIR}
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>