diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2008-02-09 13:29:25 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2008-02-09 13:29:25 +0000 |
commit | 5278326f11cfeb5f06599dc6e731580650dd2142 (patch) | |
tree | 463f12fb1006717e002af2632adc04c5a1a7c99a | |
parent | - Update to 0.8.13 (diff) |
Mark BROKEN with GCC 4.2: does not compile
Notes
Notes:
svn path=/head/; revision=206949
-rw-r--r-- | devel/root/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/root/Makefile b/devel/root/Makefile index 389a46ede840..5522b9eb601c 100644 --- a/devel/root/Makefile +++ b/devel/root/Makefile @@ -223,6 +223,8 @@ CONFIGURE_ARGS+= --disable-srp .if ${OSVERSION} < 500016 BROKEN= "Does not compile / Needs thread support" +.elif ${OSVERSION} >= 700000 +BROKEN= Does not compile .endif .if ${ARCH} == "amd64" || ${ARCH} == "sparc64" || ${ARCH} == "ia64" |