openbsd-ports/www/elinks/patches/patch-configure
sthen cd54a310f2 Update to 0.11.4; many bugfixes and a few enhancements.
Mostly from Frank Denis on ports@, thanks!
2008-08-21 01:12:35 +00:00

24 lines
877 B
Plaintext

$OpenBSD: patch-configure,v 1.3 2008/08/21 01:12:35 sthen Exp $
--- configure.orig Fri Jun 20 21:20:03 2008
+++ configure Sat Aug 2 21:57:51 2008
@@ -17623,7 +17623,7 @@ if test -z "$disable_lua"; then
for luadir in "$withval" "" /usr /usr/local; do
for suffix in "" 50; do
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"
@@ -23672,10 +23672,6 @@ ALL_CFLAGS="$CFLAGS $CPPFLAGS"
-if test $(`which tput` colors) -ge 4; then
- MAKE_COLOR=1
-
-fi
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"