]> git.pld-linux.org Git - packages/exact-image.git/blame - exact-image-libs.patch
- drop obsolete and outdated manual inclusion of rpm macros
[packages/exact-image.git] / exact-image-libs.patch
CommitLineData
66bf4c60
TP
1diff -ur -urp exact-image-0.8.5.orig/api/lua/Makefile exact-image-0.8.5/api/lua/Makefile
2--- exact-image-0.8.5.orig/api/lua/Makefile 2008-10-18 11:11:43.000000000 +0200
3+++ exact-image-0.8.5/api/lua/Makefile 2011-05-14 00:01:05.000000000 +0200
4@@ -16,7 +16,7 @@ X_BUILD_IMPLICIT := 0
5 include build/bottom.make
6 X_BUILD_IMPLICIT := $(_X_BUILD_IMPLICIT)
7
8-api/lua/libdir := $(shell pkg-config lua --variable INSTALL_CMOD)
9+api/lua/libdir := $(shell pkg-config lua51 --variable INSTALL_CMOD)
10
11 # install
12 all:: $($(X_MODULE)_BINARY)
66bf4c60
TP
13diff -ur -urp exact-image-0.8.5.orig/configure exact-image-0.8.5/configure
14--- exact-image-0.8.5.orig/configure 2010-11-21 11:01:04.000000000 +0100
15+++ exact-image-0.8.5/configure 2011-05-14 00:22:45.000000000 +0200
66bf4c60
TP
16@@ -91,7 +91,7 @@ pkgcheck swig shell SWIG 'swig -version
17
18 # supported swig target languages so far
19
20-pkgcheck lua pkg-config LUA atleast 5.1
21+pkgcheck lua51 pkg-config LUA atleast 5.1
22
23 pkgcheck perl shell PERL 'perl -version 2>/dev/null | sed -n "s/This is perl.*v\([0-9.]*\).*built.*/\1/p"' atleast 5.8.0 &&
24 PERLINCS="`perl -MExtUtils::Embed -e ccopts`"
This page took 0.052972 seconds and 4 git commands to generate.