Module Name:    src
Committed By:   joerg
Date:           Fri May 20 13:38:52 UTC 2011

Modified Files:
        src/gnu/lib/libobjc4: Makefile

Log Message:
Clang doesn't support some of the GNU extensions here, so disable it.


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/gnu/lib/libobjc4/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/gnu/lib/libobjc4/Makefile
diff -u src/gnu/lib/libobjc4/Makefile:1.12 src/gnu/lib/libobjc4/Makefile:1.13
--- src/gnu/lib/libobjc4/Makefile:1.12	Sun Jan 11 03:09:35 2009
+++ src/gnu/lib/libobjc4/Makefile	Fri May 20 13:38:52 2011
@@ -1,8 +1,10 @@
-#	$NetBSD: Makefile,v 1.12 2009/01/11 03:09:35 christos Exp $
+#	$NetBSD: Makefile,v 1.13 2011/05/20 13:38:52 joerg Exp $
 
 REQUIRETOOLS=	yes
 NOLINT=		# defined
 
+UNSUPPORTED_COMPILER.clang=	# defined
+
 .include <bsd.own.mk>
 
 LIB=		objc

Reply via email to