aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2008-02-01 12:52:44 +0000
committerMark Linimon <linimon@FreeBSD.org>2008-02-01 12:52:44 +0000
commitce8fa0a63df635d2998de734c15df43313624f02 (patch)
treedb98adb293d3c9837a236b5ed9d6321349fc3c5e /x11-toolkits
parent8b29b0f0c4e38d22051de2c608faf01821a1015e (diff)
downloadports-ce8fa0a63df635d2998de734c15df43313624f02.tar.gz
ports-ce8fa0a63df635d2998de734c15df43313624f02.zip
Notes
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/movingmotif/Makefile10
1 files changed, 9 insertions, 1 deletions
diff --git a/x11-toolkits/movingmotif/Makefile b/x11-toolkits/movingmotif/Makefile
index 2d178d3e0fbd..2e74fd7f0b9c 100644
--- a/x11-toolkits/movingmotif/Makefile
+++ b/x11-toolkits/movingmotif/Makefile
@@ -20,4 +20,12 @@ USE_AUTOTOOLS= libtool:15
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
USE_LDCONFIG= yes
-.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>