openbsd-ports/textproc/icu4c/patches/patch-source_icudefs_mk_in
ajacoutot c4506558a5 Update to icu4c-50.1.
big thank to landry@ for testing this in a bulk
2012-12-08 13:18:46 +00:00

17 lines
474 B
Plaintext

$OpenBSD: patch-source_icudefs_mk_in,v 1.9 2012/12/08 13:18:46 ajacoutot Exp $
There is no good reason to use different names for static and shared
libraries
--- source/icudefs.mk.in.orig Mon Nov 5 18:18:14 2012
+++ source/icudefs.mk.in Thu Dec 6 15:36:38 2012
@@ -213,7 +213,7 @@ 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)