aboutsummaryrefslogtreecommitdiff
path: root/textproc/source-highlight
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/source-highlight
parent391167ffebb802af7a8048b4c610e271744e1623 (diff)
downloadports-4ae4a631801beab97deb166639ef385db0d45fd0.tar.gz
ports-4ae4a631801beab97deb166639ef385db0d45fd0.zip
Notes
Diffstat (limited to 'textproc/source-highlight')
-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>