summaryrefslogtreecommitdiffhomepage
path: root/patches/w3m-0.5.3+git20190105.local.patch
diff options
context:
space:
mode:
authorLucio Andrés Illanes Albornoz <lucio@lucioillanes.de>2020-03-27 20:15:00 +0000
committerLucio Andrés Illanes Albornoz <lucio@lucioillanes.de>2020-03-27 20:15:00 +0000
commite8178a642f8fb5d9ef633dbdc2957ce9b1bd9ccf (patch)
tree89b5cacd8edf2874b769422c056c34c9391581e6 /patches/w3m-0.5.3+git20190105.local.patch
parentada80928ca048f64da89d21c9d8f53b1c48ec7e5 (diff)
downloadmidipix_build-e8178a642f8fb5d9ef633dbdc2957ce9b1bd9ccf.tar.bz2
midipix_build-e8178a642f8fb5d9ef633dbdc2957ce9b1bd9ccf.tar.xz
patches/w3m-0.5.3+git20190105.local.patch: skip faulty lib{bsd,BSD,44bsd,socket,nsl,dld,dl} check (via duvallj.)
Diffstat (limited to 'patches/w3m-0.5.3+git20190105.local.patch')
-rw-r--r--patches/w3m-0.5.3+git20190105.local.patch27
1 files changed, 27 insertions, 0 deletions
diff --git a/patches/w3m-0.5.3+git20190105.local.patch b/patches/w3m-0.5.3+git20190105.local.patch
new file mode 100644
index 00000000..4f742283
--- /dev/null
+++ b/patches/w3m-0.5.3+git20190105.local.patch
@@ -0,0 +1,27 @@
+--- w3m-0.5.3-git20190105/configure.orig 2019-01-05 08:41:27.000000000 +0000
++++ w3m-0.5.3-git20190105/configure 2020-03-27 20:13:55.976911257 +0000
+@@ -7361,24 +7361,6 @@
+ _ACEOF
+
+
+-for lib in bsd BSD 44bsd socket nsl dld dl
+-do
+- lib=$lib
+- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -l$lib" >&5
+-$as_echo_n "checking for -l$lib... " >&6; }
+- extlib="not found"
+- for dir in /lib /usr/lib /usr/local/lib /usr/ucblib /usr/ccslib /usr/ccs/lib /lib64 /usr/lib64
+- do
+- if test -f $dir/lib$lib.a -o -f $dir/lib$lib.so ; then
+- LIBS="$LIBS -l$lib"
+- extlib="found at $dir"
+- break
+- fi
+- done
+- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $extlib" >&5
+-$as_echo "$extlib" >&6; }
+-done
+-
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking if IPv6 support is enabled" >&5
+ $as_echo_n "checking if IPv6 support is enabled... " >&6; }
+ # Check whether --enable-ipv6 was given.