diff options
Diffstat (limited to 'devel')
-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: |