openbsd-ports/www/w3m/patches/patch-configure
naddy e67a4b30ee - Add multilingualization (m17n) flavor based on Hironori Sakamoto's
m17n patch.  This allows to display pages in all kinds of scripts
  and encodings in a UTF-8 xterm.
- Always use the included boehm-gc; problem reported by espie@.
2001-03-30 17:19:08 +00:00

20 lines
547 B
Plaintext

$OpenBSD: patch-configure,v 1.1 2001/03/30 17:19:09 naddy Exp $
--- configure.orig Fri Mar 30 18:58:53 2001
+++ configure Fri Mar 30 19:00:23 2001
@@ -796,6 +796,7 @@ fi
gclib=''
gcinclude=''
gctarget=''
+if false; then # always use the included gclib for now
for libdir in /lib /usr/lib /usr/local/lib /usr/ucblib /usr/ccslib /usr/ccs/lib ${HOME}/lib
do
if [ -f $libdir/libgc.a -o -f $libdir/libgc.so ] ; then
@@ -858,6 +859,7 @@ EOF
gclib="gc/gc.a"
gctarget=$gclib
fi
+fi
fi
if [ -z "$gclib" -o -z "$gcinclude" ]; then