diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2008-01-29 19:36:46 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2008-01-29 19:36:46 +0000 |
commit | f79e5483b228c8e45079fffd6460a41e53e860fd (patch) | |
tree | 99b22d8ab02557193df57020cb508f8c468c8c10 /devel/ustl | |
parent | dbe0a5f5d0d4a1a066515bb32c136b3d0b65ee4d (diff) |
Mark BROKEN with GCC 4.2
Notes
Notes:
svn path=/head/; revision=206397
Diffstat (limited to 'devel/ustl')
-rw-r--r-- | devel/ustl/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/ustl/Makefile b/devel/ustl/Makefile index 9c7916b91548..d008e3862af3 100644 --- a/devel/ustl/Makefile +++ b/devel/ustl/Makefile @@ -32,6 +32,8 @@ PLIST_FILES= lib/libustl.so lib/libustl.so.1 lib/libustl.so.1.0.0 .if ${ARCH} != "i386" BROKEN= Does not compile on !i386 +.elif ${OSVERSION} >= 700000 +BROKEN= Does not compile .endif post-patch: |