summaryrefslogtreecommitdiff
path: root/archivers/cabextract
diff options
context:
space:
mode:
authortv <tv@pkgsrc.org>2004-10-29 14:31:27 +0000
committertv <tv@pkgsrc.org>2004-10-29 14:31:27 +0000
commita56e231e917e2d7a8ec6c4a0485b87cbf9a951ca (patch)
tree76821d84a677a185ba37e6a4969da5f20add57e2 /archivers/cabextract
parented5de29e2bd264649e6b24dd5df4fa84c9880e51 (diff)
downloadpkgsrc-a56e231e917e2d7a8ec6c4a0485b87cbf9a951ca.tar.gz
Make build on Interix (and possibly AIX). mempcpy() is not actually used
anywhere, yet configure.ac declared an AC_REPLACE_FUNCS() for it. Rip out the offending code from configure until it is rebuilt at the source. (Patch to remove the AC_REPLACE_FUNCS submitted to author.)
Diffstat (limited to 'archivers/cabextract')
-rw-r--r--archivers/cabextract/distinfo3
-rw-r--r--archivers/cabextract/patches/patch-ab22
2 files changed, 24 insertions, 1 deletions
diff --git a/archivers/cabextract/distinfo b/archivers/cabextract/distinfo
index 7c3c38083c1..46c64c98bb9 100644
--- a/archivers/cabextract/distinfo
+++ b/archivers/cabextract/distinfo
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.6 2004/10/28 10:35:56 wiz Exp $
+$NetBSD: distinfo,v 1.7 2004/10/29 14:31:27 tv Exp $
SHA1 (cabextract-1.1.tar.gz) = 359c8f4ec9c62d9dac5d572269b607b2cae4fbf7
Size (cabextract-1.1.tar.gz) = 187495 bytes
SHA1 (patch-aa) = 4d36b50b1ca2dfd6f317dd0bcbc23523e1da70f2
+SHA1 (patch-ab) = 87d0089ebc1589c805b67d44675c78f1cc4ffc3b
diff --git a/archivers/cabextract/patches/patch-ab b/archivers/cabextract/patches/patch-ab
new file mode 100644
index 00000000000..c9ca3dbddeb
--- /dev/null
+++ b/archivers/cabextract/patches/patch-ab
@@ -0,0 +1,22 @@
+$NetBSD: patch-ab,v 1.1 2004/10/29 14:31:27 tv Exp $
+
+--- configure.orig Fri Oct 29 09:40:19 2004
++++ configure
+@@ -6608,7 +6608,7 @@ fi
+
+
+
+-
++if false; then
+ for ac_func in mempcpy
+ do
+ as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
+@@ -6717,7 +6717,7 @@ esac
+
+ fi
+ done
+-
++fi
+
+
+ ac_config_files="$ac_config_files Makefile cabextract.spec"