http://www.lua.org/bugs.html for more information. tested by a bunch of people, 'looks correct' mbalmer@, ok sthen@
13 lines
374 B
Plaintext
13 lines
374 B
Plaintext
$OpenBSD: patch-etc_lua_pc,v 1.5 2008/11/07 12:23:12 jsg Exp $
|
|
--- etc/lua.pc.orig Fri Aug 8 22:46:11 2008
|
|
+++ etc/lua.pc Thu Nov 6 21:43:38 2008
|
|
@@ -8,7 +8,7 @@ V= 5.1
|
|
R= 5.1.4
|
|
|
|
# grep '^INSTALL_.*=' ../Makefile | sed 's/INSTALL_TOP/prefix/'
|
|
-prefix= /usr/local
|
|
+prefix= @prefix@
|
|
INSTALL_BIN= ${prefix}/bin
|
|
INSTALL_INC= ${prefix}/include
|
|
INSTALL_LIB= ${prefix}/lib
|