summaryrefslogtreecommitdiff
path: root/converters/libiconv/patches/patch-ab
diff options
context:
space:
mode:
authorrh <rh@pkgsrc.org>2001-05-14 12:14:47 +0000
committerrh <rh@pkgsrc.org>2001-05-14 12:14:47 +0000
commit89dae3abadc032ee1f4cb4a9f6d33c4e0cf02fc3 (patch)
tree3a21717e4ce4e4489ce3a0e3fc76f939ffa2cf02 /converters/libiconv/patches/patch-ab
parentda0e419f59f83459a66ad60c8a5b96bb1bc1ecb1 (diff)
downloadpkgsrc-89dae3abadc032ee1f4cb4a9f6d33c4e0cf02fc3.tar.gz
Update libiconv to 1.6.1. Notable changes include:
* Bugfixes * The iconv program's -f and -t options are now optional. * Many more transliterations. * Added CP862 converter. * Changed the GB18030 converter. * Portability to DOS with DJGPP.
Diffstat (limited to 'converters/libiconv/patches/patch-ab')
-rw-r--r--converters/libiconv/patches/patch-ab16
1 files changed, 8 insertions, 8 deletions
diff --git a/converters/libiconv/patches/patch-ab b/converters/libiconv/patches/patch-ab
index 798192f849c..6f06e7c8ac0 100644
--- a/converters/libiconv/patches/patch-ab
+++ b/converters/libiconv/patches/patch-ab
@@ -1,15 +1,15 @@
-$NetBSD: patch-ab,v 1.1 2001/01/11 10:56:34 rh Exp $
+$NetBSD: patch-ab,v 1.2 2001/05/14 12:14:48 rh Exp $
---- Makefile.in.orig Sat Dec 2 04:00:57 2000
+--- Makefile.in.orig Mon Apr 16 13:58:39 2001
+++ Makefile.in
@@ -27,7 +27,9 @@
SHELL = /bin/sh
all : force
-- builddir="`pwd`"; cd libcharset && $(MAKE) -r all && $(MAKE) -r install-lib libdir="$$builddir/lib" includedir="$$builddir/lib"
-+ builddir="`pwd`"; cd libcharset && $(MAKE) -r all && \
-+ cp -pR lib/libcharset.la lib/.libs "$$builddir/lib" && \
+- builddir="`pwd`"; cd libcharset && $(MAKE) all && $(MAKE) install-lib libdir="$$builddir/lib" includedir="$$builddir/lib"
++ builddir="`pwd`"; cd libcharset && $(MAKE) all && \
++ cp -pR lib/libcharset.la lib/.libs "$$builddir/lib" && \
+ cp -pR include/*.h "$$builddir/include"
- cd lib && $(MAKE) -r all
- cd src && $(MAKE) -r all
- cd man && $(MAKE) -r all
+ cd lib && $(MAKE) all
+ cd src && $(MAKE) all
+ cd man && $(MAKE) all