diff -r 51f059c08b40 -r d6a57c34a9a2 components/lua/patches/2.lua.pc.patch --- a/components/lua/patches/2.lua.pc.patch Sat Apr 13 09:26:14 2013 -0700 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,18 +0,0 @@ ---- lua.pc.orig 1970-01-01 00:00:00.000000000 +0000 -+++ lua.pc 2012-09-19 14:02:00.393620513 +0000 -@@ -0,0 +1,15 @@ -+# lua.pc -- pkg-config data for Lua -+ -+prefix=/usr -+exec_prefix=${prefix} -+libdir=${exec_prefix}/lib -+includedir=${prefix}/include -+ -+Name: Lua -+Description: An Extensible Extension Language -+Version: 5.2.1 -+Requires: -+Libs: -L${libdir} -llua -lm -+Cflags: -I${includedir} -+ -+# (end of lua.pc)