aboutsummaryrefslogtreecommitdiff
path: root/pkgbuild/icu/0001-fix-icudat.res-race-condition.patch
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2018-03-13 11:32:48 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2018-03-13 11:32:48 -0400
commit0986e78484599ae055896f00b88ad588c6ba2d81 (patch)
tree6c15225d13d1989a96685d5e68d95178b43310e5 /pkgbuild/icu/0001-fix-icudat.res-race-condition.patch
parentc9dcc820b15fb98a7288aed6c87570a263e6dd63 (diff)
downloadpacman-buildsys-master.tar.gz
Initial commit of pkgbuildsHEADmaster
Diffstat (limited to 'pkgbuild/icu/0001-fix-icudat.res-race-condition.patch')
-rw-r--r--pkgbuild/icu/0001-fix-icudat.res-race-condition.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/pkgbuild/icu/0001-fix-icudat.res-race-condition.patch b/pkgbuild/icu/0001-fix-icudat.res-race-condition.patch
new file mode 100644
index 0000000..dc67013
--- /dev/null
+++ b/pkgbuild/icu/0001-fix-icudat.res-race-condition.patch
@@ -0,0 +1,11 @@
+--- source/data/Makefile.in.orig 2016-03-23 20:56:38.000000000 +0000
++++ source/data/Makefile.in 2016-05-28 21:31:29.776107600 +0100
+@@ -364,7 +364,7 @@
+ ifeq ($(ENABLE_SO_VERSION_DATA),1)
+ ifeq ($(PKGDATA_MODE),dll)
+ SO_VERSION_DATA = $(OUTTMPDIR)/icudata.res
+-$(SO_VERSION_DATA) : $(MISCSRCDIR)/icudata.rc
++$(SO_VERSION_DATA) : $(MISCSRCDIR)/icudata.rc $(OUTTMPDIR)
+ ifeq ($(MSYS_RC_MODE),1)
+ rc.exe -i$(srcdir)/../common -i$(top_builddir)/common -fo$@ $(CPPFLAGS) $<
+ else