aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--comms/twpsk/Makefile10
1 files changed, 9 insertions, 1 deletions
diff --git a/comms/twpsk/Makefile b/comms/twpsk/Makefile
index eaa86d8f9bf5..3d7e3b18093e 100644
--- a/comms/twpsk/Makefile
+++ b/comms/twpsk/Makefile
@@ -36,4 +36,12 @@ post-patch:
${WRKSRC}/${file}
.endfor
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 700042
+.if ${ARCH} == "amd64" || ${ARCH} == "sparc64"
+BROKEN= Does not compile with GCC 4.2
+.endif
+.endif
+
+.include <bsd.port.post.mk>