svn commit: r347690 - head/devel/gcc-arm-embedded/files
Lev A. Serebryakov
lev at FreeBSD.org
Sun Mar 9 20:23:30 UTC 2014
Author: lev
Date: Sun Mar 9 20:23:29 2014
New Revision: 347690
URL: http://svnweb.freebsd.org/changeset/ports/347690
QAT: https://qat.redports.org/buildarchive/r347690/
Log:
Fix build with clang 3.4.
Don't bump PORTREVISION, as no changes for anybody who could build it.
Modified:
head/devel/gcc-arm-embedded/files/Makefile
Modified: head/devel/gcc-arm-embedded/files/Makefile
==============================================================================
--- head/devel/gcc-arm-embedded/files/Makefile Sun Mar 9 19:59:03 2014 (r347689)
+++ head/devel/gcc-arm-embedded/files/Makefile Sun Mar 9 20:23:29 2014 (r347690)
@@ -11,8 +11,8 @@ DOC_PREFIX= ${INTERIM_PREFIX}/${DOCS_SUF
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
More information about the svn-ports-all
mailing list