summaryrefslogtreecommitdiff
path: root/package/tzdata/patches/patch-Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <mail@waldemar-brodkorb.de>2013-10-04 11:36:31 +0200
committerWaldemar Brodkorb <mail@waldemar-brodkorb.de>2013-10-04 11:36:31 +0200
commitcab30e536763c9d02e720867279ee3cde1f41763 (patch)
treebe06430c891935c713834f4822acf8bff252bed8 /package/tzdata/patches/patch-Makefile
parentd4f11ef90a78d15e2f39800831e9dec1be1a9d1a (diff)
fix compile error on Darwin
Diffstat (limited to 'package/tzdata/patches/patch-Makefile')
-rw-r--r--package/tzdata/patches/patch-Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/tzdata/patches/patch-Makefile b/package/tzdata/patches/patch-Makefile
index 1938011c5..556028d22 100644
--- a/package/tzdata/patches/patch-Makefile
+++ b/package/tzdata/patches/patch-Makefile
@@ -1,5 +1,5 @@
--- w-tzdata-2013d-1.orig/Makefile 2013-07-05 16:38:01.000000000 +0200
-+++ w-tzdata-2013d-1/Makefile 2013-08-14 12:58:49.000000000 +0200
++++ w-tzdata-2013d-1/Makefile 2013-10-04 11:29:22.000000000 +0200
@@ -231,7 +231,7 @@ GCC_DEBUG_FLAGS = -Dlint -g3 -O3 -fno-co
# before the first Monday in January when a "%V" format is used and January 1
# falls on a Friday, Saturday, or Sunday.
@@ -18,7 +18,7 @@
# The name of a Posix-compliant `awk' on your system.
AWK= awk
-@@ -330,7 +330,7 @@ ENCHILADA= $(COMMON) $(DOCS) $(SOURCES)
+@@ -330,7 +330,7 @@ ENCHILADA= $(COMMON) $(DOCS) $(SOURCES)
SHELL= /bin/sh