diff options
author | lev <lev@FreeBSD.org> | 2014-03-10 04:23:29 +0800 |
---|---|---|
committer | lev <lev@FreeBSD.org> | 2014-03-10 04:23:29 +0800 |
commit | 200c307b726b15574f2a7179a927c6739a11329b (patch) | |
tree | 5faaa4c5a2fa610f0885c2110b46be67612acc95 /devel | |
parent | 49f73a7759784ff6611de5a10326240f32d28721 (diff) | |
download | freebsd-ports-gnome-200c307b726b15574f2a7179a927c6739a11329b.tar.gz freebsd-ports-gnome-200c307b726b15574f2a7179a927c6739a11329b.tar.zst freebsd-ports-gnome-200c307b726b15574f2a7179a927c6739a11329b.zip |
Fix build with clang 3.4.
Don't bump PORTREVISION, as no changes for anybody who could build it.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/gcc-arm-embedded/files/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/gcc-arm-embedded/files/Makefile b/devel/gcc-arm-embedded/files/Makefile index 9be22649d4dd..7a5468a865bd 100644 --- a/devel/gcc-arm-embedded/files/Makefile +++ b/devel/gcc-arm-embedded/files/Makefile @@ -11,8 +11,8 @@ DOC_PREFIX= ${INTERIM_PREFIX}/${DOCS_SUFFIX} LDFLAGS+= -L${LOCALBASE}/lib .if ${CHOSEN_COMPILER_TYPE} == clang -CFLAGS+= -Wno-string-plus-int -Wno-empty-body -Wno-self-assign -Wno-shadow -CXXFLAGS+= -Wno-string-plus-int -Wno-empty-body -Wno-self-assign -Wno-shadow +CFLAGS+= -Wno-error +CXXFLAGS+= -Wno-error .endif MISC_DOCS= license.txt readme.txt release.txt |