openbsd-ports/textproc/icu4c/patches/patch-source_icudefs_mk_in
2012-07-13 07:23:20 +00:00

17 lines
474 B
Plaintext

$OpenBSD: patch-source_icudefs_mk_in,v 1.8 2012/07/13 07:23:20 ajacoutot Exp $
There is no good reason to use different names for static and shared
libraries
--- source/icudefs.mk.in.orig Tue Jul 19 23:19:38 2011
+++ source/icudefs.mk.in Mon Sep 12 08:21:30 2011
@@ -196,7 +196,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)