diff options
author | tijl <tijl@FreeBSD.org> | 2014-08-28 04:10:54 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2014-08-28 04:10:54 +0800 |
commit | 2f5b00a2bb8b091578839016d06db6a53c4ca56e (patch) | |
tree | ed29ad44ff807e20cae44f59b348a2ae5b7fb3c0 /emulators/hercules | |
parent | 6a6a74ecc87f0cd3089e9088a0f2cee4786ff6dd (diff) | |
download | freebsd-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/Makefile | 4 |
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 |