]> git.pld-linux.org Git - packages/w3m.git/blob - w3m-ipv6.patch
- 0.2.3.2 (some bug fixes), updated URLs and patches, fixed License
[packages/w3m.git] / w3m-ipv6.patch
1 --- w3m-0.2.3.2/configure.orig  Fri Dec 21 03:11:50 2001
2 +++ w3m-0.2.3.2/configure       Sun Dec 23 00:43:31 2001
3 @@ -1760,9 +1760,9 @@
4  
5  if $cc $cflags -o _zmachdep _zmachdep.c $extlib > /dev/null 2>&1
6  then
7 -  if ./_zmachdep; then
8 +#  if ./_zmachdep; then
9      def_ipv6="#define INET6"
10 -  fi
11 +#  fi
12    case $sysname in
13    *BSD|*bsd)
14      cat > _zmachdep.c <<EOF
This page took 0.063497 seconds and 3 git commands to generate.