summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2007-01-09 20:15:41 +0000
committerMike Frysinger <vapier@gentoo.org>2007-01-09 20:15:41 +0000
commite73b184b9158e4824c7321f2b8698f8f82cc7bfb (patch)
tree885a2c40d3fe84aaa5948f3c4886a67005567279 /sys-libs
parentAdd ~x86-fbsd keyword. (diff)
downloadgentoo-2-e73b184b9158e4824c7321f2b8698f8f82cc7bfb.tar.gz
gentoo-2-e73b184b9158e4824c7321f2b8698f8f82cc7bfb.tar.bz2
gentoo-2-e73b184b9158e4824c7321f2b8698f8f82cc7bfb.zip
Default to -std=gnu99 rather than -std=c99 #161183 by Sandro.
(Portage version: 2.1.2_rc4-r7)
Diffstat (limited to 'sys-libs')
-rw-r--r--sys-libs/timezone-data/ChangeLog6
-rw-r--r--sys-libs/timezone-data/files/timezone-data-2005n-makefile.patch2
2 files changed, 6 insertions, 2 deletions
diff --git a/sys-libs/timezone-data/ChangeLog b/sys-libs/timezone-data/ChangeLog
index 0be3f3596cd4..74693392c449 100644
--- a/sys-libs/timezone-data/ChangeLog
+++ b/sys-libs/timezone-data/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-libs/timezone-data
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/timezone-data/ChangeLog,v 1.56 2007/01/09 00:28:48 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/timezone-data/ChangeLog,v 1.57 2007/01/09 20:15:41 vapier Exp $
+
+ 09 Jan 2007; Mike Frysinger <vapier@gentoo.org>
+ files/timezone-data-2005n-makefile.patch:
+ Default to -std=gnu99 rather than -std=c99 #161183 by Sandro.
*timezone-data-2007a (09 Jan 2007)
diff --git a/sys-libs/timezone-data/files/timezone-data-2005n-makefile.patch b/sys-libs/timezone-data/files/timezone-data-2005n-makefile.patch
index 79e88a993bf2..ce05fe70efb4 100644
--- a/sys-libs/timezone-data/files/timezone-data-2005n-makefile.patch
+++ b/sys-libs/timezone-data/files/timezone-data-2005n-makefile.patch
@@ -48,7 +48,7 @@
# falls on a Friday, Saturday, or Sunday.
-CFLAGS=
-+CFLAGS += -std=c99
++CFLAGS += -std=gnu99
# If you want zic's -s option used when installing, uncomment the next line
@@ -220,5 +220,5 @@