diff options
author | pav <pav@FreeBSD.org> | 2012-01-29 04:22:19 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2012-01-29 04:22:19 +0800 |
commit | 35556ef54ccd279fef13adc1352594aeafa02f96 (patch) | |
tree | fcb15a5ad174ba349d4b4e6faa5ae0dbd1c9e517 /lang/libobjc2 | |
parent | 8efbb8152e3e0d543a7ac3311b3e105fba87d33f (diff) | |
download | freebsd-ports-gnome-35556ef54ccd279fef13adc1352594aeafa02f96.tar.gz freebsd-ports-gnome-35556ef54ccd279fef13adc1352594aeafa02f96.tar.zst freebsd-ports-gnome-35556ef54ccd279fef13adc1352594aeafa02f96.zip |
- Mark BROKEN on 9.X:
gcc46: error: unrecognized option '-no-integrated-as'
Reported by: pointyhat
Diffstat (limited to 'lang/libobjc2')
-rw-r--r-- | lang/libobjc2/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/libobjc2/Makefile b/lang/libobjc2/Makefile index 5f7455fd2588..56069df120c4 100644 --- a/lang/libobjc2/Makefile +++ b/lang/libobjc2/Makefile @@ -51,6 +51,7 @@ CC= ${LOCALBASE}/bin/clang BUILD_DEPENDS+= ${LOCALBASE}/bin/clang:${PORTSDIR}/lang/clang .else USE_GCC= 4.6+ +BROKEN= does not compile .endif .endif .endif |