Bump dev-lua/oocairo to 1.4
This commit is contained in:
parent
c96b53d6c6
commit
7fe7fd6dd2
2 changed files with 0 additions and 29 deletions
|
@ -1,24 +0,0 @@
|
||||||
Upstream: Yes
|
|
||||||
Reason: only debian uses lua5.1.pc
|
|
||||||
Source: Daniel Mierswa <impulze@impulze.org>
|
|
||||||
|
|
||||||
--- oocairo-1.3/configure.ac.orig 2010-10-04 18:40:03.000000000 +0200
|
|
||||||
+++ oocairo-1.3/configure.ac 2010-10-04 18:40:12.000000000 +0200
|
|
||||||
@@ -7,7 +7,7 @@
|
|
||||||
|
|
||||||
AC_PROG_LN_S
|
|
||||||
AC_PATH_PROG([POD2MAN], [pod2man])
|
|
||||||
-PKG_CHECK_MODULES(DEPS, lua5.1 cairo)
|
|
||||||
+PKG_CHECK_MODULES(DEPS, lua cairo)
|
|
||||||
|
|
||||||
AC_MSG_CHECKING([lua library dir])
|
|
||||||
# First, we need to figure out our own prefix
|
|
||||||
@@ -16,7 +16,7 @@
|
|
||||||
MY_PREFIX=${ac_default_prefix}
|
|
||||||
fi
|
|
||||||
# Then we ask lua where to install modules under that prefix
|
|
||||||
-lualibdir=`$PKG_CONFIG lua5.1 --define-variable=prefix=${MY_PREFIX} --variable=INSTALL_CMOD`
|
|
||||||
+lualibdir=`$PKG_CONFIG lua --define-variable=prefix=${MY_PREFIX} --variable=INSTALL_CMOD`
|
|
||||||
AC_SUBST([lualibdir])
|
|
||||||
AC_MSG_RESULT([$lualibdir])
|
|
||||||
|
|
|
@ -2,11 +2,6 @@
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
require oocairo
|
require oocairo
|
||||||
require autotools [ supported_autoconf=[ 2.5 ] supported_automake=[ 1.11 ] ]
|
|
||||||
|
|
||||||
DEFAULT_SRC_PREPARE_PATCHES+=(
|
|
||||||
"${FILES}/oocairo-1.3-lua_fix.patch"
|
|
||||||
)
|
|
||||||
|
|
||||||
PLATFORMS="~amd64"
|
PLATFORMS="~amd64"
|
||||||
|
|
Loading…
Reference in a new issue