svn commit: r309617 - head/emulators/hercules
Pawel Pekala
pawel at FreeBSD.org
Sat Dec 29 13:00:08 UTC 2012
Author: pawel
Date: Sat Dec 29 13:00:07 2012
New Revision: 309617
URL: http://svnweb.freebsd.org/changeset/ports/309617
Log:
Fix build on 9.x and upwards
PR: ports/172689 (based on)
Submitted by: Jukka Ukkonen <jau at iki.fi>
Approved by: bzeeb+freebsdports at zabbadoz.net (maintainer)
Modified:
head/emulators/hercules/Makefile
Modified: head/emulators/hercules/Makefile
==============================================================================
--- head/emulators/hercules/Makefile Sat Dec 29 12:18:56 2012 (r309616)
+++ head/emulators/hercules/Makefile Sat Dec 29 13:00:07 2012 (r309617)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: dice
-# Date created: Thu Jan 31 12:07:01 CET 2002
-# Whom: Miguel Mendez <flynn at energyhq.homeip.net>
-#
+# Created by: Miguel Mendez <flynn at energyhq.homeip.net>
# $FreeBSD$
-#
PORTNAME= hercules
PORTVERSION= 3.05
@@ -27,6 +23,7 @@ post-extract:
post-patch:
@${REINPLACE_CMD} -e 's at -lpthread@${PTHREAD_LIBS}@g' ${WRKSRC}/configure
+ @${REINPLACE_CMD} -e 's at SOL_TCP@IPPROTO_TCP at 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
More information about the svn-ports-head
mailing list