summaryrefslogtreecommitdiff
path: root/converters
diff options
context:
space:
mode:
authorseb <seb@pkgsrc.org>2003-09-12 13:52:02 +0000
committerseb <seb@pkgsrc.org>2003-09-12 13:52:02 +0000
commit41676943556c9bff72e94117f88e7a1a1d4b3106 (patch)
tree8fedd513d5f2518154d03dfd40f73e6636b2f0af /converters
parent83dbd690deca7212bad6ae9e7162b52e3b42c8f8 (diff)
downloadpkgsrc-41676943556c9bff72e94117f88e7a1a1d4b3106.tar.gz
NetBSD/sparc64 1.6.1_STABLE's f771 -at least- leaves a nice coredump
in directory conftest during configire run. So then 'rmdir conftest' fails, then all 'cc -o conftest ...' tests fail, then ... So clean up a bit before rmdir'ing conftest hence fix compilation on said platform.
Diffstat (limited to 'converters')
-rw-r--r--converters/libiconv/distinfo4
-rw-r--r--converters/libiconv/patches/patch-ad12
2 files changed, 12 insertions, 4 deletions
diff --git a/converters/libiconv/distinfo b/converters/libiconv/distinfo
index 008cbe3f7bc..585a37ff971 100644
--- a/converters/libiconv/distinfo
+++ b/converters/libiconv/distinfo
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.12 2003/07/28 10:11:46 jmmv Exp $
+$NetBSD: distinfo,v 1.13 2003/09/12 13:52:02 seb Exp $
SHA1 (libiconv-1.9.1.tar.gz) = f130c93fdf20903ca21bace8b8822f46468c9d65
Size (libiconv-1.9.1.tar.gz) = 3907735 bytes
SHA1 (patch-ab) = bfceb0cde182022bdcf181d3214f88ff27acc4b3
SHA1 (patch-ac) = 2858dc88a214af794b6358863b1aed24a129d41d
-SHA1 (patch-ad) = ae543f1a2483f69960ffa807f11d11ef779e5316
+SHA1 (patch-ad) = 3e256af27c28b37160a3788c096497241f62d783
SHA1 (patch-ae) = be3bf77c41432dc2caf0c5696f1f1591bb1b6310
diff --git a/converters/libiconv/patches/patch-ad b/converters/libiconv/patches/patch-ad
index e08953525a1..5704ed3c129 100644
--- a/converters/libiconv/patches/patch-ad
+++ b/converters/libiconv/patches/patch-ad
@@ -1,6 +1,6 @@
-$NetBSD: patch-ad,v 1.3 2003/07/13 13:32:30 wiz Exp $
+$NetBSD: patch-ad,v 1.4 2003/09/12 13:52:02 seb Exp $
---- configure.orig Sun Jul 13 10:39:43 2003
+--- configure.orig 2003-05-22 20:19:20.000000000 +0000
+++ configure
@@ -1905,7 +1905,7 @@ fi
@@ -11,3 +11,11 @@ $NetBSD: patch-ad,v 1.3 2003/07/13 13:32:30 wiz Exp $
ac_ext=c
+@@ -13898,6 +13898,7 @@ else
+ chmod u+w .
+ $rm conftest* out/*
+ rmdir out
++ rm -f core core.* *.core
+ cd ..
+ rmdir conftest
+ $rm conftest*