30 lines
1.0 KiB
Plaintext
30 lines
1.0 KiB
Plaintext
$OpenBSD: patch-Makefile,v 1.6 2008/04/19 17:59:32 okan Exp $
|
|
--- Makefile.orig Thu Jan 17 18:53:37 2008
|
|
+++ Makefile Mon Mar 24 14:54:18 2008
|
|
@@ -5,14 +5,14 @@
|
|
# == CHANGE THE SETTINGS BELOW TO SUIT YOUR ENVIRONMENT =======================
|
|
|
|
# Your platform. See PLATS for possible values.
|
|
-PLAT= none
|
|
+PLAT= bsd
|
|
|
|
# Where to install. The installation starts in the src directory, so take care
|
|
# if INSTALL_TOP is not an absolute path. (Man pages are installed from the
|
|
# doc directory.) You may want to make these paths consistent with LUA_ROOT,
|
|
# LUA_LDIR, and LUA_CDIR in luaconf.h (and also with etc/lua.pc).
|
|
#
|
|
-INSTALL_TOP= /usr/local
|
|
+INSTALL_TOP= $(PREFIX)
|
|
INSTALL_BIN= $(INSTALL_TOP)/bin
|
|
INSTALL_INC= $(INSTALL_TOP)/include
|
|
INSTALL_LIB= $(INSTALL_TOP)/lib
|
|
@@ -38,7 +38,7 @@ PLATS= aix ansi bsd freebsd generic linux macosx mingw
|
|
# What to install.
|
|
TO_BIN= lua luac
|
|
TO_INC= lua.h luaconf.h lualib.h lauxlib.h ../etc/lua.hpp
|
|
-TO_LIB= liblua.a
|
|
+TO_LIB= liblua.a liblua.so.${LIBlua_VERSION}
|
|
TO_MAN= lua.1 luac.1
|
|
|
|
# Lua version and release.
|