Date: Mon, 27 May 2013 13:36:43 +0000 (UTC) From: "Vanilla I. Shu" <vanilla@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r319241 - head/lang/v8 Message-ID: <201305271336.r4RDaheK007482@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: vanilla Date: Mon May 27 13:36:43 2013 New Revision: 319241 URL: http://svnweb.freebsd.org/changeset/ports/319241 Log: Fix build with -current Submitted by: bapt@ Modified: head/lang/v8/Makefile Modified: head/lang/v8/Makefile ============================================================================== --- head/lang/v8/Makefile Mon May 27 13:33:21 2013 (r319240) +++ head/lang/v8/Makefile Mon May 27 13:36:43 2013 (r319241) @@ -25,7 +25,7 @@ _CLANG!= clang --version | ${HEAD} -1 | MAKE_ENV+= LINK=clang++ CFLAGS+= -Wno-unused-private-field .if ${_CLANG} >= 33 -CFLAGS+= -Wno-nested-anon-types +CFLAGS+= -Wno-nested-anon-types -Wno-unused-function .endif .else MAKE_ARGS+= strictaliasing=off
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305271336.r4RDaheK007482>