summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2008-02-01 12:47:40 +0000
committerMark Linimon <linimon@FreeBSD.org>2008-02-01 12:47:40 +0000
commit4ae4a631801beab97deb166639ef385db0d45fd0 (patch)
tree7c80b8ef9797499ba6f3e0d16845c8a553321bbd /textproc
parentUpgrade to 1.3.2 (diff)
Mark as broken on sparc64-7: dumps core.
Diffstat (limited to 'textproc')
-rw-r--r--textproc/source-highlight/Makefile10
1 files changed, 9 insertions, 1 deletions
diff --git a/textproc/source-highlight/Makefile b/textproc/source-highlight/Makefile
index a9e992616eda..4e649ddda7b8 100644
--- a/textproc/source-highlight/Makefile
+++ b/textproc/source-highlight/Makefile
@@ -28,4 +28,12 @@ USE_GMAKE= yes
MAN1= source-highlight.1
INFO= source-highlight
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 700042
+.if ${ARCH} == "sparc64"
+BROKEN= Does not compile with GCC 4.2
+.endif
+.endif
+
+.include <bsd.port.post.mk>