]> git.pld-linux.org Git - packages/exact-image.git/blob - exact-image-libs.patch
- perl req/prov fix
[packages/exact-image.git] / exact-image-libs.patch
1 diff -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)
13 diff -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
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.044201 seconds and 3 git commands to generate.