aboutsummaryrefslogtreecommitdiff
path: root/audio/sphinx
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2007-10-04 08:02:48 +0000
committerMark Linimon <linimon@FreeBSD.org>2007-10-04 08:02:48 +0000
commitf39dfd77c82a8cd74fecdcc5435dc2d55e7d8413 (patch)
treed242dfcb4361f38525824df7662f1cd6510bb147 /audio/sphinx
parent2ee0a30a1b936e0175b5f2aca5e1d2f695a6879d (diff)
Notes
Diffstat (limited to 'audio/sphinx')
-rw-r--r--audio/sphinx/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/audio/sphinx/Makefile b/audio/sphinx/Makefile
index eed01f867c08..6dacca1dd414 100644
--- a/audio/sphinx/Makefile
+++ b/audio/sphinx/Makefile
@@ -40,4 +40,10 @@ post-build:
pre-install:
${CAT} ${PKGMESSAGE}
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 700042
+BROKEN= Does not compile with GCC 4.2
+.endif
+
+.include <bsd.port.post.mk>