Date: Sun, 9 Mar 2014 20:23:29 +0000 (UTC) From: "Lev A. Serebryakov" <lev@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r347690 - head/devel/gcc-arm-embedded/files Message-ID: <201403092023.s29KNThe039638@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403092023.s29KNThe039638>