diff options
author | skrll <skrll> | 2001-01-13 16:25:52 +0000 |
---|---|---|
committer | skrll <skrll> | 2001-01-13 16:25:52 +0000 |
commit | 032b7021c81d85290bfaf256420d75742a7f4a6c (patch) | |
tree | 04c2858da01d0e4ab6e1ff6718f416e6d25054cd | |
parent | 1ece8ce715d7f57b84fdbdb31de28a505676100b (diff) | |
download | pkgsrc-032b7021c81d85290bfaf256420d75742a7f4a6c.tar.gz |
icudata.so is a shared library - add lib prefix.
-rw-r--r-- | textproc/icu/files/patch-sum | 4 | ||||
-rw-r--r-- | textproc/icu/patches/patch-af | 6 | ||||
-rw-r--r-- | textproc/icu/pkg/PLIST | 4 |
3 files changed, 7 insertions, 7 deletions
diff --git a/textproc/icu/files/patch-sum b/textproc/icu/files/patch-sum index d4ec89966f8..fed36a21bfd 100644 --- a/textproc/icu/files/patch-sum +++ b/textproc/icu/files/patch-sum @@ -1,8 +1,8 @@ -$NetBSD: patch-sum,v 1.3 2000/12/23 09:39:20 skrll Exp $ +$NetBSD: patch-sum,v 1.4 2001/01/13 16:25:52 skrll Exp $ MD5 (patch-aa) = a9ca83a30cd6eb8f8f49a08f778f2c2d MD5 (patch-ab) = 811ff8c3eb5ef7a68fb3232442de1951 MD5 (patch-ac) = b4286342af780046b878b1e312b367d0 MD5 (patch-ad) = 39b870d7c9b4aa9786faea77870b083b MD5 (patch-ae) = 28d170fbcc37ccdbc0c104f43d3c1012 -MD5 (patch-af) = e1c78260160b427fec7ae0937d1c9c2a +MD5 (patch-af) = 0eda5bdb6b5a6955d38ab47ca90f6247 diff --git a/textproc/icu/patches/patch-af b/textproc/icu/patches/patch-af index c5828c46b84..3e882b08196 100644 --- a/textproc/icu/patches/patch-af +++ b/textproc/icu/patches/patch-af @@ -1,13 +1,13 @@ -$NetBSD: patch-af,v 1.3 2000/12/23 09:39:21 skrll Exp $ +$NetBSD: patch-af,v 1.4 2001/01/13 16:25:52 skrll Exp $ ---- data/Makefile.in.orig Sat Dec 23 08:59:44 2000 +--- data/Makefile.in.orig Wed Dec 13 03:13:56 2000 +++ data/Makefile.in @@ -118,7 +118,7 @@ $(MKINSTALLDIRS) $(TMPDATADIR) $(DESTDIR)$(ICUDATA_DIR)/$(VERSION) ( cd build ; $(INVOKE) $(PKGDATA) -e icudata -T . -s . -p $(ICUDATA_NAME) icudata.lst -I $(DESTDIR)$(ICUDATA_DIR)/$(VERSION) ) ifeq ($(strip $(PKGDATA_MODE)),dll) - (cd $(DESTDIR)$(ICUDATA_DIR)/$(VERSION); $(RM) icudata.$(SO) && ln -s $(ICUDATA_NAME).$(SO) icudata.$(SO)) -+ (cd $(DESTDIR)$(ICUDATA_DIR)/$(VERSION); $(RM) icudata.$(SO) && ln -s lib$(ICUDATA_NAME).$(SO) icudata.$(SO)) ++ (cd $(DESTDIR)$(ICUDATA_DIR)/$(VERSION); $(RM) libicudata.$(SO) && ln -s lib$(ICUDATA_NAME).$(SO) libicudata.$(SO)) endif install-convrtrstxt: $(top_srcdir)/../data/convrtrs.txt diff --git a/textproc/icu/pkg/PLIST b/textproc/icu/pkg/PLIST index 76d230cad89..9067d299c82 100644 --- a/textproc/icu/pkg/PLIST +++ b/textproc/icu/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2001/01/04 15:10:56 agc Exp $ +@comment $NetBSD: PLIST,v 1.4 2001/01/13 16:25:52 skrll Exp $ etc/icu/convrtrs.txt include/unicode/bidi.h include/unicode/brkiter.h @@ -82,7 +82,7 @@ include/unicode/utf8.h include/unicode/utrans.h include/unicode/utypes.h lib/icu/1.7/Makefile.inc -lib/icu/1.7/icudata.so +lib/icu/1.7/libicudata.so lib/icu/1.7/libicudt17l.so lib/icu/Makefile.inc lib/icu/current |