diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2007-09-29 14:38:41 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2007-09-29 14:38:41 +0000 |
commit | 40b726bc21d52080d59b0ffc34651720ab065a42 (patch) | |
tree | 89a2a740b42d9a8758074f569b1ff9cc55e29f42 /audio | |
parent | 297c7667978801ca97ca644f7018ca9aaed88012 (diff) |
Mark as broken with gcc4.2.
Notes
Notes:
svn path=/head/; revision=200349
Diffstat (limited to 'audio')
-rw-r--r-- | audio/xmp/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/audio/xmp/Makefile b/audio/xmp/Makefile index 37aa1d8a87e7..299c77b5efc8 100644 --- a/audio/xmp/Makefile +++ b/audio/xmp/Makefile @@ -38,4 +38,10 @@ CONFIGURE_ARGS+=--disable-xmms post-patch: @${REINPLACE_CMD} -e "s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/docs/xmp.1 -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 700042 +BROKEN= Does not compile with GCC 4.2 +.endif + +.include <bsd.port.post.mk> |