aboutsummaryrefslogtreecommitdiff
path: root/graphics/nurbs++/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/nurbs++/Makefile')
-rw-r--r--graphics/nurbs++/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/graphics/nurbs++/Makefile b/graphics/nurbs++/Makefile
index 60abbbec5b54..a3d74a674321 100644
--- a/graphics/nurbs++/Makefile
+++ b/graphics/nurbs++/Makefile
@@ -22,4 +22,10 @@ USE_LDCONFIG= yes
MAN1= nurbs++-config.1
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 700042
+BROKEN= Broken with gcc 4.2
+.endif
+
+.include <bsd.port.post.mk>