aboutsummaryrefslogtreecommitdiff
path: root/converters/iconv
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2002-06-04 05:42:03 +0000
committerKris Kennaway <kris@FreeBSD.org>2002-06-04 05:42:03 +0000
commit0db2c8c60c55cbfd2e64d984434db55db693064e (patch)
treee506a4d6e97f187cdbc81d4e2a5092b63ff09729 /converters/iconv
parent5b95886fb23185c5b59e70b800ff6727d57cbe3d (diff)
downloadports-0db2c8c60c55cbfd2e64d984434db55db693064e.tar.gz
ports-0db2c8c60c55cbfd2e64d984434db55db693064e.zip
Notes
Diffstat (limited to 'converters/iconv')
-rw-r--r--converters/iconv/files/patch-ai10
1 files changed, 6 insertions, 4 deletions
diff --git a/converters/iconv/files/patch-ai b/converters/iconv/files/patch-ai
index 07ee8b05b37e..6c2a9b7d4fec 100644
--- a/converters/iconv/files/patch-ai
+++ b/converters/iconv/files/patch-ai
@@ -2,8 +2,8 @@
$FreeBSD$
--- lib/Makefile.orig Tue Nov 28 01:33:49 2000
-+++ lib/Makefile Sun Mar 17 13:12:04 2002
-@@ -1,27 +1,27 @@
++++ lib/Makefile Mon Jun 3 14:16:50 2002
+@@ -1,27 +1,28 @@
-LIB = iconv
+LIB = biconv
SHLIB_MAJOR = 2
@@ -25,8 +25,10 @@ $FreeBSD$
LIBDIR = ${PREFIX}/lib
- INCDIR = ${PREFIX}/include
+-INCDIR = ${PREFIX}/include
-INCS = iconv.h
++INCSDIR = ${PREFIX}/include
++INCDIR = ${INCSDIR} # for 4.x bsd.lib.mk
+INCS = biconv.h
CFLAGS += -DICONV_MODULE_PATH=\"${MODULEDIR}\" \
@@ -37,7 +39,7 @@ $FreeBSD$
ALIASES = ${.CURDIR}/../ccs/charset.aliases \
${.CURDIR}/../ces/charset.aliases
-@@ -32,13 +32,19 @@
+@@ -32,13 +33,19 @@
cat ${.ALLSRC} | ${.CURDIR}/../iconv_builtin ${BUILTIN_CCS} \
${BUILTIN_CES} PIC ${BUILTIN_CES_STATIC} > ${.TARGET}