2009-06-16 19:17:33 -04:00
|
|
|
$OpenBSD: patch-configure,v 1.5 2009/06/16 23:17:33 sthen Exp $
|
|
|
|
--- configure.orig Sat Mar 21 12:50:25 2009
|
|
|
|
+++ configure Wed Jun 17 00:08:56 2009
|
2008-12-30 05:29:09 -05:00
|
|
|
@@ -17596,7 +17596,7 @@ if test -z "$disable_lua"; then
|
2006-10-21 13:56:48 -04:00
|
|
|
for luadir in "$withval" "" /usr /usr/local; do
|
2008-08-20 21:12:35 -04:00
|
|
|
for suffix in "" 50; do
|
2006-10-21 13:56:48 -04:00
|
|
|
if test "$cf_result" = no; then
|
|
|
|
- LUA_LIBS="-llua$suffix -llualib$suffix -lm"
|
|
|
|
+ LUA_LIBS="-llua$suffix -lm"
|
|
|
|
|
|
|
|
if test ! -z "$luadir"; then
|
|
|
|
LUA_LIBS="-L$luadir/lib $LUA_LIBS"
|
2009-06-16 19:17:33 -04:00
|
|
|
@@ -23294,10 +23294,6 @@ ALL_CFLAGS="$CFLAGS $CPPFLAGS"
|
2006-01-29 10:41:00 -05:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
-if test $(`which tput` colors) -ge 4; then
|
|
|
|
- MAKE_COLOR=1
|
|
|
|
-
|
|
|
|
-fi
|
|
|
|
|
|
|
|
|
2008-12-30 05:29:09 -05:00
|
|
|
ac_config_files="$ac_config_files Makefile.config contrib/elinks.spec contrib/lua/hooks.lua contrib/conv/w3m2links.awk doc/man/man1/elinks.1 src/intl/gettext/ref-add.sed src/intl/gettext/ref-del.sed"
|