components/lua/patches/2.lua.pc.patch
changeset 1265 d6a57c34a9a2
parent 1264 51f059c08b40
child 1266 1a59fbe869c6
--- 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)