diff options
author | tv <tv@pkgsrc.org> | 2004-10-29 14:31:27 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2004-10-29 14:31:27 +0000 |
commit | 4a1cac26cb6573075cb3348d60bb684f2d40adb3 (patch) | |
tree | 76821d84a677a185ba37e6a4969da5f20add57e2 /archivers/cabextract/patches | |
parent | bc98323c465dd8e31f293a3ba2e2fb08c2ccb873 (diff) | |
download | pkgsrc-4a1cac26cb6573075cb3348d60bb684f2d40adb3.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-ab | 22 |
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" |