diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2007-05-26 20:23:12 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2007-05-26 20:23:12 +0000 |
commit | de1ccba75678e5ce47f59a40b2d2fcd61b3fe112 (patch) | |
tree | 68ebf2598e543180939a9b3b8c99d60c9c50de9d /graphics | |
parent | 90d066226dd1c911b582d427e238586ef204ee7f (diff) |
Notes
Diffstat (limited to 'graphics')
-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 |