summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>