summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Alexander <wired@gentoo.org>2012-11-20 18:42:03 +0000
committerAlex Alexander <wired@gentoo.org>2012-11-20 18:42:03 +0000
commit2f4bb704a1a43680e1f2b335bea7071ba164260b (patch)
treeb9367a15798a0a2247fb780b0df76bc4d5e1e491 /www-client/luakit/luakit-9999.ebuild
parentupdate live ebuild (diff)
downloadgentoo-2-2f4bb704a1a43680e1f2b335bea7071ba164260b.tar.gz
gentoo-2-2f4bb704a1a43680e1f2b335bea7071ba164260b.tar.bz2
gentoo-2-2f4bb704a1a43680e1f2b335bea7071ba164260b.zip
fixed bug #385471
(Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key EB9B4AFA)
Diffstat (limited to 'www-client/luakit/luakit-9999.ebuild')
-rw-r--r--www-client/luakit/luakit-9999.ebuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/www-client/luakit/luakit-9999.ebuild b/www-client/luakit/luakit-9999.ebuild
index d8be17368ec6..34dca84c5f65 100644
--- a/www-client/luakit/luakit-9999.ebuild
+++ b/www-client/luakit/luakit-9999.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/luakit/luakit-9999.ebuild,v 1.20 2012/06/30 13:05:47 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/luakit/luakit-9999.ebuild,v 1.21 2012/11/20 18:42:03 wired Exp $
EAPI=4
@@ -52,6 +52,9 @@ RDEPEND="
src_prepare() {
sed -i -e "/^CFLAGS/s/-ggdb//" config.mk || die
+ # bug 385471
+ sed "s,@\$(CC) -o \$@ \$(OBJS) \$(LDFLAGS),@\$(CC) -o \$@ \$(OBJS)
+ \$(LDFLAGS)\n\t\paxctl -Cm luakit,g" -i Makefile
}
src_compile() {