components/lua/patches/2.lua.pc.patch
author Mohana Rao Gorai <mohana.gorai@oracle.com>
Mon, 13 Oct 2014 00:04:02 -0700
branchs11-update
changeset 3387 37e41c9fcb4f
parent 129 15b2436fafb0
child 990 6bfca1239ccb
permissions -rw-r--r--
19276003 problem in UTILITY/CUPS

--- lua-5.1.4/etc/lua.pc.orig	Fri Aug  8 05:46:11 2008
+++ lua-5.1.4/etc/lua.pc	Tue Feb 15 18:30:23 2011
@@ -1,22 +1,6 @@
 # lua.pc -- pkg-config data for Lua
 
-# vars from install Makefile
-
-# grep '^V=' ../Makefile
-V= 5.1
-# grep '^R=' ../Makefile
-R= 5.1.4
-
-# grep '^INSTALL_.*=' ../Makefile | sed 's/INSTALL_TOP/prefix/'
-prefix= /usr/local
-INSTALL_BIN= ${prefix}/bin
-INSTALL_INC= ${prefix}/include
-INSTALL_LIB= ${prefix}/lib
-INSTALL_MAN= ${prefix}/man/man1
-INSTALL_LMOD= ${prefix}/share/lua/${V}
-INSTALL_CMOD= ${prefix}/lib/lua/${V}
-
-# canonical vars
+prefix=/usr
 exec_prefix=${prefix}
 libdir=${exec_prefix}/lib
 includedir=${prefix}/include
@@ -23,7 +7,7 @@
 
 Name: Lua
 Description: An Extensible Extension Language
-Version: ${R}
+Version: 5.1.4
 Requires: 
 Libs: -L${libdir} -llua -lm
 Cflags: -I${includedir}