summaryrefslogtreecommitdiff
path: root/devel/icu/files/patch-layout_Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'devel/icu/files/patch-layout_Makefile.in')
-rw-r--r--devel/icu/files/patch-layout_Makefile.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/icu/files/patch-layout_Makefile.in b/devel/icu/files/patch-layout_Makefile.in
new file mode 100644
index 000000000000..d5c881287eb5
--- /dev/null
+++ b/devel/icu/files/patch-layout_Makefile.in
@@ -0,0 +1,11 @@
+--- layout/Makefile.in.orig 2016-03-23 20:56:48 UTC
++++ layout/Makefile.in
+@@ -180,7 +180,7 @@ install-local: install-headers install-l
+ install-library: all-local
+ $(MKINSTALLDIRS) $(DESTDIR)$(libdir)
+ ifneq ($(ENABLE_STATIC),)
+- $(INSTALL-L) $(TARGET) $(DESTDIR)$(libdir)
++ $(INSTALL_DATA) $(TARGET) $(DESTDIR)$(libdir)
+ endif
+ ifneq ($(ENABLE_SHARED),)
+ $(INSTALL-L) $(FINAL_SO_TARGET) $(DESTDIR)$(libdir)