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

17 lines
491 B
Plaintext

$OpenBSD: patch-source_config_Makefile_inc_in,v 1.2 2012/07/13 07:23:20 ajacoutot Exp $
There is no good reason to use different names for static and shared
libraries
--- source/config/Makefile.inc.in.orig Fri Apr 2 17:46:18 2010
+++ source/config/Makefile.inc.in Fri Apr 2 17:50:16 2010
@@ -44,7 +44,7 @@ PACKAGE = @PACKAGE@
LIBICU = lib$(ICUPREFIX)
# Static library prefix and file extension
-STATIC_PREFIX = s
+STATIC_PREFIX =
LIBSICU = lib$(STATIC_PREFIX)$(ICUPREFIX)
A = a