aboutsummaryrefslogtreecommitdiff
path: root/devel/titano
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2007-10-02 07:41:51 +0000
committerMark Linimon <linimon@FreeBSD.org>2007-10-02 07:41:51 +0000
commit86df4c44b823c2e20dace1a91a84460a957c59ed (patch)
tree0711e9ce067fc480bcc985d125714038d391ef06 /devel/titano
parent352aef5e45b3829668c7a2aa10e1ab25f44a548c (diff)
downloadports-86df4c44b823c2e20dace1a91a84460a957c59ed.tar.gz
ports-86df4c44b823c2e20dace1a91a84460a957c59ed.zip
Notes
Diffstat (limited to 'devel/titano')
-rw-r--r--devel/titano/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/devel/titano/Makefile b/devel/titano/Makefile
index 9bfaaff0bb20..43f22e550438 100644
--- a/devel/titano/Makefile
+++ b/devel/titano/Makefile
@@ -23,8 +23,12 @@ GNU_CONFIGURE= yes
.include <bsd.port.pre.mk>
-.if ${OSVERSION} > 500034
EXTRA_PATCHES+= ${FILESDIR}/gcc3-*
+
+.if ${OSVERSION} >= 700042
+.if ${ARCH} == "amd64" || ${ARCH} == "sparc64"
+BROKEN= Does not compile with GCC 4.2
+.endif
.endif
pre-patch: .SILENT