Files
pkgsrc-ng/textproc/icu/patches/patch-ad
2013-09-26 17:14:40 +02:00

21 lines
542 B
Plaintext

$NetBSD: patch-ad,v 1.11 2012/11/07 20:59:51 adam Exp $
--- icudefs.mk.in.orig 2010-12-07 12:14:06.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)