Module Name: src
Committed By: joerg
Date: Sun Oct 16 17:24:33 UTC 2011
Modified Files:
src/external/public-domain/xz: Makefile.inc
Log Message:
-Wno-format-security is no longer needed with clang, now that libintl.h
is fixed.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/external/public-domain/xz/Makefile.inc
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/public-domain/xz/Makefile.inc
diff -u src/external/public-domain/xz/Makefile.inc:1.2 src/external/public-domain/xz/Makefile.inc:1.3
--- src/external/public-domain/xz/Makefile.inc:1.2 Thu May 26 12:56:27 2011
+++ src/external/public-domain/xz/Makefile.inc Sun Oct 16 17:24:32 2011
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.2 2011/05/26 12:56:27 joerg Exp $
+# $NetBSD: Makefile.inc,v 1.3 2011/10/16 17:24:32 joerg Exp $
XZHOMEPAGE= http://tukaani.org/xz/
XZVERSION= 5.0.0
@@ -13,5 +13,3 @@ CPPFLAGS+= -DHAVE_CONFIG_H
CFLAGS+= -std=c99
WARNS= 2
-
-CWARNFLAGS.clang+= -Wno-format-security
\ No newline at end of file