diff options
author | kris <kris@FreeBSD.org> | 2007-05-27 04:23:12 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2007-05-27 04:23:12 +0800 |
commit | 2b2c12c28b66d24f54d7244e1d83da35251424dd (patch) | |
tree | 35a80f24caf771234562c7e8fad8ddc4a772dd32 /graphics/amanith | |
parent | 2975fee95532d988546d03d7c4d78934ba7eef95 (diff) | |
download | freebsd-ports-gnome-2b2c12c28b66d24f54d7244e1d83da35251424dd.tar.gz freebsd-ports-gnome-2b2c12c28b66d24f54d7244e1d83da35251424dd.tar.zst freebsd-ports-gnome-2b2c12c28b66d24f54d7244e1d83da35251424dd.zip |
BROKEN with gcc 4.2
Diffstat (limited to 'graphics/amanith')
-rw-r--r-- | graphics/amanith/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/graphics/amanith/Makefile b/graphics/amanith/Makefile index cfbf5bb9c91f..b17a40ac2286 100644 --- a/graphics/amanith/Makefile +++ b/graphics/amanith/Makefile @@ -44,6 +44,10 @@ WRKSRC= ${WRKDIR}/${PORTNAME} IGNORE= does not build on FreeBSD 4.x .endif +.if ${OSVERSION} >= 700042 +BROKEN= Broken with gcc 4.2 +.endif + post-patch: @${REINPLACE_CMD} -i "" -e 's|3rdpart||' ${WRKSRC}/amanith.pro |