Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 136077 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-3 / +3 lines)
Line  Link Here
0
-- system.mk   2006-10-18 14:19:18.709731133 +0200
0
++ system.mk   2006-10-18 14:18:20.266078633 +0200
Lines 7-13 Link Here
7
## Installation paths
7
## Installation paths
8
##
8
##
9
9
10
PREFIX=/usr/local
10
PREFIX=/usr
11
11
12
# Unless you are creating a package conforming to some OS's standards, you
12
# Unless you are creating a package conforming to some OS's standards, you
13
# probably do not want to modify the following directories:
13
# probably do not want to modify the following directories:
Lines 56-62 Link Here
56
56
57
# If you have installed Lua 5.1 from the official tarball without changing
57
# If you have installed Lua 5.1 from the official tarball without changing
58
# paths, this should do it.
58
# paths, this should do it.
59
LUA_DIR=/usr/local
59
LUA_DIR=/usr
60
LUA_LIBS = -L$(LUA_DIR)/lib -llua
60
LUA_LIBS = -L$(LUA_DIR)/lib -llua
61
LUA_INCLUDES = -I$(LUA_DIR)/include
61
LUA_INCLUDES = -I$(LUA_DIR)/include
62
LUA=$(LUA_DIR)/bin/lua
62
LUA=$(LUA_DIR)/bin/lua

Return to bug 136077