1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00

- Force use of modern GCC (4.6+) on FreeBSD 8.x and older

Otherwise, an unusable binary would be produced
- Bump PR

PR:		ports/174837
Submitted by:	Klaus Aehlig <aehlig@linta.de>
This commit is contained in:
Johan van Selst 2012-12-31 13:34:42 +00:00
parent 1ab7eef6d1
commit 8a5d35c41a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=309739

View File

@ -1,12 +1,9 @@
# New ports collection makefile for: intercal
# Date created: 20 March 1998
# Whom: Matthew Hunt <mph@freebsd.org>
#
# Created by: Matthew Hunt <mph@freebsd.org>
# $FreeBSD$
#
PORTNAME= intercal
PORTVERSION= 0.29
PORTREVISION= 1
CATEGORIES= lang
MASTER_SITES= http://www.catb.org/~esr/intercal/
@ -25,4 +22,10 @@ post-patch:
@${REINPLACE_CMD} -e '/ICK_SPECIFIC_SUBDIR/s/-@PACKAGE_VERSION@// ' \
${WRKSRC}/buildaux/Makefile.in
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 900000
USE_GCC= 4.6+
.endif
.include <bsd.port.post.mk>