aboutsummaryrefslogtreecommitdiff
path: root/comms/twpsk
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2007-10-02 08:59:47 +0000
committerMark Linimon <linimon@FreeBSD.org>2007-10-02 08:59:47 +0000
commit0575b0df4336172c62751c8d8461a97feb8aa541 (patch)
tree90edb38264e21bb64ed3f41247ad478601206ea2 /comms/twpsk
parentc4ea5bb42d7c5942ba23dcb18d4afda5e3bf0b77 (diff)
downloadports-0575b0df4336172c62751c8d8461a97feb8aa541.tar.gz
ports-0575b0df4336172c62751c8d8461a97feb8aa541.zip
Mark as broken with gcc4.2 on 64-bit archs.
Notes
Notes: svn path=/head/; revision=200621
Diffstat (limited to 'comms/twpsk')
-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>