aboutsummaryrefslogtreecommitdiff
path: root/graphics/IPA
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2007-05-27 03:03:31 +0000
committerKris Kennaway <kris@FreeBSD.org>2007-05-27 03:03:31 +0000
commitb7ff7031ea6f07582ad920bef0ffd13ac1adcc44 (patch)
treefa95c4dec9e92efb4ff7df81d579129d7bc11807 /graphics/IPA
parentbd5f3dd41b37a452c489843e85d75cf94433bbc6 (diff)
downloadports-b7ff7031ea6f07582ad920bef0ffd13ac1adcc44.tar.gz
ports-b7ff7031ea6f07582ad920bef0ffd13ac1adcc44.zip
Notes
Diffstat (limited to 'graphics/IPA')
-rw-r--r--graphics/IPA/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/graphics/IPA/Makefile b/graphics/IPA/Makefile
index 76dd7b2a31f5..58049a01d2cf 100644
--- a/graphics/IPA/Makefile
+++ b/graphics/IPA/Makefile
@@ -24,8 +24,14 @@ MAN1= iterm.1
MAN3= IPA.3
MANCOMPRESSED= yes
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 700042
+BROKEN= Broken with gcc 4.2
+.endif
+
do-configure:
@(cd ${WRKSRC} ; ${PERL} ./${CONFIGURE_SCRIPT})
@(cd ${WRKSRC} ; ${REINPLACE_CMD} -e 's,-o,-fPIC &, ; s|perl/man|man|' Makefile)
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>