aboutsummaryrefslogtreecommitdiff
path: root/emulators/hercules
diff options
context:
space:
mode:
authorTijl Coosemans <tijl@FreeBSD.org>2014-08-27 20:10:54 +0000
committerTijl Coosemans <tijl@FreeBSD.org>2014-08-27 20:10:54 +0000
commite60dde33b67f13f73fa73d1c3108723effd7228a (patch)
treeed29ad44ff807e20cae44f59b348a2ae5b7fb3c0 /emulators/hercules
parent157291c9430ddc6b34c81be34d0af9d90ea08c0d (diff)
downloadports-e60dde33b67f13f73fa73d1c3108723effd7228a.tar.gz
ports-e60dde33b67f13f73fa73d1c3108723effd7228a.zip
Add missing libs
Notes
Notes: svn path=/head/; revision=366347
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