adding ipe-7.1.4, fixing older ipe ebuilds
[shuber-gentoo-overlay.git] / media-gfx / ipe / files / 0001-config.mak-use-correct-lua-package-name.patch
1 From 85012b8f0b3b15668b377ebdd682ece39b0b9e6a Mon Sep 17 00:00:00 2001
2 From: Stefan Huber <shuber@sthu.org>
3 Date: Fri, 15 Mar 2013 17:18:32 +0100
4 Subject: [PATCH 1/2] config.mak: use correct lua package name
5
6 ---
7 diff --git a/src/config.mak b/src/config.mak
8 index 5f94cc8..49c54de 100644
9 --- a/src/config.mak
10 +++ b/src/config.mak
11 @@ -41,7 +41,7 @@ ifndef MACOS
12 #
13 # The name of the Lua package (it could be "lua", "lua52", or "lua5.2")
14 #
15 -LUA_PACKAGE ?= lua5.2
16 +LUA_PACKAGE ?= lua
17 #
18 ZLIB_CFLAGS ?=
19 ZLIB_LIBS ?= -lz
20 --
21 1.8.1.5
22