diff options
author | gerald <gerald@FreeBSD.org> | 2009-02-12 08:49:00 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2009-02-12 08:49:00 +0800 |
commit | 46211e28983f4af4de25c867a51f5e3558654359 (patch) | |
tree | 45b89955803eda68ea9bf03ab6c32770dfa7073b /math | |
parent | 233d1d59b732b243724def879e13bdd85c2e13cb (diff) | |
download | freebsd-ports-gnome-46211e28983f4af4de25c867a51f5e3558654359.tar.gz freebsd-ports-gnome-46211e28983f4af4de25c867a51f5e3558654359.tar.zst freebsd-ports-gnome-46211e28983f4af4de25c867a51f5e3558654359.zip |
Mark BROKEN=Fails to compile with GCC 4.3.
Diffstat (limited to 'math')
-rw-r--r-- | math/kaskade/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/math/kaskade/Makefile b/math/kaskade/Makefile index 89fdbbc4850e..7a6d1f88a274 100644 --- a/math/kaskade/Makefile +++ b/math/kaskade/Makefile @@ -22,6 +22,8 @@ GCCLIBDIR= -L`${CAT} ${WRKSRC}/LIBDIR` -L`${CAT} ${WRKSRC}/LIBDIR`/../../.. USE_XORG= x11 GNU_CONFIGURE= yes +BROKEN= Fails to compile with GCC 4.3 + DIST_SUBDIR= kaskade WRKSRC= ${WRKDIR}/3.2.1 |