freebsd-ports/www/elinks/files/patch-src_scripting_lua_Makefile
Tilman Keskinoz 128c1afc4d Fix Lua detection.
PR:		113498
Reported by:	clemens fischer <ino-news@spotteswoode.dnsalias.org>
Approved by:	maintainer timeout
2007-07-30 14:53:58 +00:00

11 lines
320 B
Text

--- src/scripting/lua/Makefile.orig 2007-07-30 16:17:41.000000000 +0200
+++ src/scripting/lua/Makefile 2007-07-30 16:17:53.000000000 +0200
@@ -1,7 +1,7 @@
top_builddir=../../..
include $(top_builddir)/Makefile.config
-INCLUDES += $(LUA_CFLAGS)
+INCLUDES += $(LUA_CFLAGS) $(CPPFLAGS)
OBJS = lua.o hooks.o core.o