summaryrefslogtreecommitdiff
path: root/lang/gauche/patches
diff options
context:
space:
mode:
authorminoura <minoura>2001-07-15 13:52:28 +0000
committerminoura <minoura>2001-07-15 13:52:28 +0000
commit9d08b0f378462e2584022bf81740dd67d098ad90 (patch)
tree31a29d9f5b5770ccd95de521e2f523c3e08ef231 /lang/gauche/patches
parent9573ea7e22474d400d14d471580b78bf3f006e77 (diff)
downloadpkgsrc-9d08b0f378462e2584022bf81740dd67d098ad90.tar.gz
Updated to 0.4.2.
Diffstat (limited to 'lang/gauche/patches')
-rw-r--r--lang/gauche/patches/patch-ab13
-rw-r--r--lang/gauche/patches/patch-ac13
2 files changed, 0 insertions, 26 deletions
diff --git a/lang/gauche/patches/patch-ab b/lang/gauche/patches/patch-ab
deleted file mode 100644
index f1a023a2ae0..00000000000
--- a/lang/gauche/patches/patch-ab
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ab,v 1.1.1.1 2001/05/31 09:56:59 minoura Exp $
-
---- ext/charconv/configure.in.orig Wed May 30 16:43:42 2001
-+++ ext/charconv/configure.in Thu May 31 10:38:32 2001
-@@ -31,7 +31,7 @@
- AC_ARG_WITH(iconv, , [
- case $with_iconv in
- no|yes) ;;
-- *) CPPFLAGS="$CPPFLAGS -I$with_iconv" ;;
-+ *) CPPFLAGS="$CPPFLAGS -I$with_iconv"; LIBS="$LIBS -liconv" ;;
- esac], [with_iconv=yes])
-
- dnl Get compiler parameters which Gauche has been compiled with.
diff --git a/lang/gauche/patches/patch-ac b/lang/gauche/patches/patch-ac
deleted file mode 100644
index bf318de4230..00000000000
--- a/lang/gauche/patches/patch-ac
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ac,v 1.1.1.1 2001/05/31 09:56:59 minoura Exp $
-
---- ext/charconv/configure.orig Wed May 30 18:06:30 2001
-+++ ext/charconv/configure Thu May 31 10:38:46 2001
-@@ -548,7 +548,7 @@
-
- case $with_iconv in
- no|yes) ;;
-- *) CPPFLAGS="$CPPFLAGS -I$with_iconv" ;;
-+ *) CPPFLAGS="$CPPFLAGS -I$with_iconv"; LIBS="$LIBS -liconv" ;;
- esac
- else
- with_iconv=yes