openbsd-ports/textproc/icu4c/patches/patch-source_config_icu-config-bottom
jasper 108c810afa fix icu-config by making it recognize the shared libs naming schema
from Carlos Valiente <superdupont at gmail.com>
ok Vincent Gross (MAINTAINER)
2007-10-02 20:53:29 +00:00

13 lines
557 B
Plaintext

$OpenBSD: patch-source_config_icu-config-bottom,v 1.1 2007/10/02 20:53:29 jasper Exp $
--- source/config/icu-config-bottom.orig Tue Oct 2 22:50:37 2007
+++ source/config/icu-config-bottom Tue Oct 2 22:50:56 2007
@@ -3,7 +3,7 @@
## Copyright (c) 2002-2005, International Business Machines Corporation and
## others. All Rights Reserved.
-ICUUC_FILE=${libdir}/${ICULIBS_COMMON_LIB_NAME}
+ICUUC_FILE=${libdir}/${ICULIBS_COMMON_LIB_NAME}.*.*
# echo ENABLE RPATH $ENABLE_RPATH and RPATHLDFLAGS=${RPATH_LDFLAGS}
if [ "x$PKGDATA_MODE" = "x" ]; then