summaryrefslogtreecommitdiff
path: root/textproc/icu/patches/patch-icudefs.mk.in
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/icu/patches/patch-icudefs.mk.in')
-rw-r--r--textproc/icu/patches/patch-icudefs.mk.in20
1 files changed, 20 insertions, 0 deletions
diff --git a/textproc/icu/patches/patch-icudefs.mk.in b/textproc/icu/patches/patch-icudefs.mk.in
new file mode 100644
index 00000000000..6571f54bd02
--- /dev/null
+++ b/textproc/icu/patches/patch-icudefs.mk.in
@@ -0,0 +1,20 @@
+$NetBSD: patch-icudefs.mk.in,v 1.1 2017/04/22 20:11:45 adam Exp $
+
+--- icudefs.mk.in.orig 2013-10-04 20:54:58.000000000 +0000
++++ icudefs.mk.in
+@@ -207,13 +207,13 @@ LIBICU = $(LIBPREFIX)$(ICUPREFIX)
+
+ ## If we can't use the shared libraries, use the static libraries
+ ifneq ($(ENABLE_SHARED),YES)
+-STATIC_PREFIX_WHEN_USED = s
++STATIC_PREFIX_WHEN_USED =
+ else
+ STATIC_PREFIX_WHEN_USED =
+ endif
+
+ # Static library prefix and file extension
+-STATIC_PREFIX = s
++STATIC_PREFIX =
+ LIBSICU = $(LIBPREFIX)$(STATIC_PREFIX)$(ICUPREFIX)
+ A = a
+ SOBJ = $(SO)