pkgsrc/textproc/icu/patches/patch-ad

20 lines
544 B
Text

$NetBSD: patch-ad,v 1.14 2014/06/08 08:32:10 obache 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)