summaryrefslogtreecommitdiff
path: root/archivers/cabextract/patches
diff options
context:
space:
mode:
authortv <tv>2004-10-29 14:31:27 +0000
committertv <tv>2004-10-29 14:31:27 +0000
commit163be89c5161cc1353edb835e3338cf13a7896c5 (patch)
tree76821d84a677a185ba37e6a4969da5f20add57e2 /archivers/cabextract/patches
parent264ab50a91453d3b3b406df4f34f5a916bae48e6 (diff)
downloadpkgsrc-163be89c5161cc1353edb835e3338cf13a7896c5.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/patches')
-rw-r--r--archivers/cabextract/patches/patch-ab22
1 files changed, 22 insertions, 0 deletions
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"