aboutsummaryrefslogtreecommitdiffstats
path: root/emulators/hercules
diff options
context:
space:
mode:
authortijl <tijl@FreeBSD.org>2014-08-28 04:10:54 +0800
committertijl <tijl@FreeBSD.org>2014-08-28 04:10:54 +0800
commit2f5b00a2bb8b091578839016d06db6a53c4ca56e (patch)
treeed29ad44ff807e20cae44f59b348a2ae5b7fb3c0 /emulators/hercules
parent6a6a74ecc87f0cd3089e9088a0f2cee4786ff6dd (diff)
downloadfreebsd-ports-gnome-2f5b00a2bb8b091578839016d06db6a53c4ca56e.tar.gz
freebsd-ports-gnome-2f5b00a2bb8b091578839016d06db6a53c4ca56e.tar.zst
freebsd-ports-gnome-2f5b00a2bb8b091578839016d06db6a53c4ca56e.zip
Add missing libs
Diffstat (limited to 'emulators/hercules')
-rw-r--r--emulators/hercules/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/emulators/hercules/Makefile b/emulators/hercules/Makefile
index 132fc159a601..cc6ca8cd566e 100644
--- a/emulators/hercules/Makefile
+++ b/emulators/hercules/Makefile
@@ -24,6 +24,10 @@ OPTIONS_DEFINE= DOCS
post-patch:
@${REINPLACE_CMD} -e \
's|SOL_TCP|IPPROTO_TCP|g' ${WRKSRC}/hscutl.c
+ @${REINPLACE_CMD} \
+ -e '/herclin_LDADD =/s/$$/ libhercu.la libhercd.la/' \
+ -e '/hercules_LDADD =/s/$$/ libhercu.la libhercd.la/' \
+ ${WRKSRC}/Makefile.in
@${REINPLACE_CMD} -e \
'/^pkgdatadir/s|=.*|= $$(docdir)|' ${WRKSRC}/html/Makefile.in