svn commit: r319241 - head/lang/v8
Vanilla I. Shu
vanilla at FreeBSD.org
Mon May 27 13:36:44 UTC 2013
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
More information about the svn-ports-head
mailing list