diff options
author | linimon <linimon@FreeBSD.org> | 2007-09-29 22:38:41 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2007-09-29 22:38:41 +0800 |
commit | 2c2de4aab522517b4d81fe20189d39bb0a07d9b8 (patch) | |
tree | 0af7b8aab4a69e610685563dfb89d63ce27e9c4e /audio | |
parent | 461525d507df2ba8516c4716c73f7a9b0c024309 (diff) | |
download | freebsd-ports-gnome-2c2de4aab522517b4d81fe20189d39bb0a07d9b8.tar.gz freebsd-ports-gnome-2c2de4aab522517b4d81fe20189d39bb0a07d9b8.tar.zst freebsd-ports-gnome-2c2de4aab522517b4d81fe20189d39bb0a07d9b8.zip |
Mark as broken with gcc4.2.
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> |