summaryrefslogtreecommitdiff
path: root/converters/libiconv
diff options
context:
space:
mode:
authorsketch <sketch>2008-01-08 22:08:36 +0000
committersketch <sketch>2008-01-08 22:08:36 +0000
commitd0c33748f4bad8a2ba41e581fc2d44d4c99d2c70 (patch)
tree747831e7fc6d8628d4ae87b8c790e053489efcd6 /converters/libiconv
parentc25f7fed8028d1efc257c9997d6df35f1d83aa2f (diff)
downloadpkgsrc-d0c33748f4bad8a2ba41e581fc2d44d4c99d2c70.tar.gz
Remove the preprocessor test for 'long long int', it fails with SunPro
causing later compile-time tests to break. Taken from gnulib change in http://lists.gnu.org/archive/html/bug-gnulib/2007-11/msg00075.html
Diffstat (limited to 'converters/libiconv')
-rw-r--r--converters/libiconv/distinfo3
-rw-r--r--converters/libiconv/patches/patch-ac18
2 files changed, 20 insertions, 1 deletions
diff --git a/converters/libiconv/distinfo b/converters/libiconv/distinfo
index eb5af3bb412..4944686aef1 100644
--- a/converters/libiconv/distinfo
+++ b/converters/libiconv/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.27 2007/11/29 17:05:34 wiz Exp $
+$NetBSD: distinfo,v 1.28 2008/01/08 22:08:36 sketch Exp $
SHA1 (libiconv-1.12-cp932.patch.gz) = 7c433e19a61a15bd9585e01c0a6fbe2eb9129625
RMD160 (libiconv-1.12-cp932.patch.gz) = 33eb9758470f5e7ca0608fc478ea1342bf6bd0dc
@@ -8,5 +8,6 @@ RMD160 (libiconv-1.12.tar.gz) = 74a63c1a2963ac1729c1ac7adfec8fd397a685bd
Size (libiconv-1.12.tar.gz) = 4513309 bytes
SHA1 (patch-aa) = 2ae2484e92362fc3ac6ecd06f8c8bf6c634fcda9
SHA1 (patch-ab) = d459b849adf870c345007d11a0a9dc790649adbc
+SHA1 (patch-ac) = a27e8ab5a776a2bc8b2c790eabff5c15985d9584
SHA1 (patch-ae) = e18c4d9dd76b27e40c8dcd273f856fe5933f72bc
SHA1 (patch-af) = de976e1f97fa5f8b973be1a225ae3e0ee2352851
diff --git a/converters/libiconv/patches/patch-ac b/converters/libiconv/patches/patch-ac
new file mode 100644
index 00000000000..557a15791bc
--- /dev/null
+++ b/converters/libiconv/patches/patch-ac
@@ -0,0 +1,18 @@
+$NetBSD: patch-ac,v 1.5 2008/01/08 22:08:37 sketch Exp $
+
+--- configure.orig Tue Jan 8 21:38:03 2008
++++ configure Tue Jan 8 21:38:25 2008
+@@ -25733,13 +25733,6 @@
+ cat confdefs.h >>conftest.$ac_ext
+ cat >>conftest.$ac_ext <<_ACEOF
+ /* end confdefs.h. */
+-/* Test preprocessor. */
+- #if ! (-9223372036854775807LL < 0 && 0 < 9223372036854775807ll)
+- error in preprocessor;
+- #endif
+- #if ! (18446744073709551615ULL <= -1ull)
+- error in preprocessor;
+- #endif
+ /* Test literals. */
+ long long int ll = 9223372036854775807ll;
+ long long int nll = -9223372036854775807LL;