summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2013-05-09 16:54:26 +0000
committerTim Harder <radhermit@gentoo.org>2013-05-09 16:54:26 +0000
commit852eb6de09642b5698c0d08f07fcc6b41bbb54ae (patch)
tree1bb58ea921fb7d34f254a7a5bc9e14fd8478e4af /dev-lua/luacrypto/files
parentMake sure prepare phase from both eclasses are run (reported by ibqn), drop old. (diff)
downloadgentoo-2-852eb6de09642b5698c0d08f07fcc6b41bbb54ae.tar.gz
gentoo-2-852eb6de09642b5698c0d08f07fcc6b41bbb54ae.tar.bz2
gentoo-2-852eb6de09642b5698c0d08f07fcc6b41bbb54ae.zip
Revbump and convert to autotools build (fixes bug #469182).
(Portage version: 2.2.0_alpha174/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Diffstat (limited to 'dev-lua/luacrypto/files')
-rw-r--r--dev-lua/luacrypto/files/luacrypto-0.3.2-lualibdir.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/dev-lua/luacrypto/files/luacrypto-0.3.2-lualibdir.patch b/dev-lua/luacrypto/files/luacrypto-0.3.2-lualibdir.patch
new file mode 100644
index 000000000000..461e066865c2
--- /dev/null
+++ b/dev-lua/luacrypto/files/luacrypto-0.3.2-lualibdir.patch
@@ -0,0 +1,11 @@
+--- luacrypto-0.3.2/configure.ac
++++ luacrypto-0.3.2/configure.ac
+@@ -31,7 +31,7 @@
+ PKG_CHECK_MODULES([LUA], [lua])
+
+ # lua libdir
+-LUALIBDIR="`$PKGCONFIG --variable=libdir lua`"
++LUALIBDIR="`$PKGCONFIG --variable=INSTALL_CMOD lua`"
+
+ # dest of headers
+ CRYPTOINC="${includedir}/${PACKAGE_NAME}"