diff options
author | Pawel Pekala <pawel@FreeBSD.org> | 2012-12-29 13:00:07 +0000 |
---|---|---|
committer | Pawel Pekala <pawel@FreeBSD.org> | 2012-12-29 13:00:07 +0000 |
commit | 31654654cbe6227a41da2eb3cd2092d43ca8e1a4 (patch) | |
tree | 4c2dc7eca4875eea66835c713fb856e0936d0691 /emulators/hercules | |
parent | c9e60eb6251cf695d525932399b4a83751320dd0 (diff) |
Notes
Diffstat (limited to 'emulators/hercules')
-rw-r--r-- | emulators/hercules/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/emulators/hercules/Makefile b/emulators/hercules/Makefile index d3cd98541de9..78a87e4d9cb6 100644 --- a/emulators/hercules/Makefile +++ b/emulators/hercules/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: dice -# Date created: Thu Jan 31 12:07:01 CET 2002 -# Whom: Miguel Mendez <flynn@energyhq.homeip.net> -# +# Created by: Miguel Mendez <flynn@energyhq.homeip.net> # $FreeBSD$ -# PORTNAME= hercules PORTVERSION= 3.05 @@ -27,6 +23,7 @@ post-extract: post-patch: @${REINPLACE_CMD} -e 's@-lpthread@${PTHREAD_LIBS}@g' ${WRKSRC}/configure + @${REINPLACE_CMD} -e 's@SOL_TCP@IPPROTO_TCP@g' ${WRKSRC}/hscutl.c .if defined(NOPORTDOCS) @${REINPLACE_CMD} -e 's,^SUBDIRS = decNumber m4 po util html man . crypto,SUBDIRS = decNumber m4 po util man . crypto,g' ${WRKSRC}/Makefile.in .else |