diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2010-07-16 23:20:29 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2010-07-16 23:20:29 +0000 |
commit | 06884c5f3ce68895059679ba3e86ef81ab4193c7 (patch) | |
tree | 575ae9ff7848f3f3862f4b9f827a7b1a2bb5d716 /app-crypt/rotix/rotix-0.83.ebuild | |
parent | Stable on amd64 wrt bug #328485 (diff) | |
download | historical-06884c5f3ce68895059679ba3e86ef81ab4193c7.tar.gz historical-06884c5f3ce68895059679ba3e86ef81ab4193c7.tar.bz2 historical-06884c5f3ce68895059679ba3e86ef81ab4193c7.zip |
Apply patch from Dane Smith to fix compilation problems with USE=nls and -O0. Bug #239964. Respect LDFLAGS and drop custom CFLAGS for debug mode
Package-Manager: portage-2.2_rc67/cvs/Linux x86_64
Diffstat (limited to 'app-crypt/rotix/rotix-0.83.ebuild')
-rw-r--r-- | app-crypt/rotix/rotix-0.83.ebuild | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/app-crypt/rotix/rotix-0.83.ebuild b/app-crypt/rotix/rotix-0.83.ebuild index 627ca8a4ccfa..b1fbcdd6310c 100644 --- a/app-crypt/rotix/rotix-0.83.ebuild +++ b/app-crypt/rotix/rotix-0.83.ebuild @@ -1,7 +1,8 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/rotix/rotix-0.83.ebuild,v 1.14 2010/02/22 18:37:02 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/rotix/rotix-0.83.ebuild,v 1.15 2010/07/16 23:20:29 hwoarang Exp $ +EAPI=2 inherit eutils DESCRIPTION="Rotix allows you to generate rotational obfuscations." @@ -10,21 +11,19 @@ SRC_URI="http://elektron.its.tudelft.nl/~hemmin98/rotix_releases/${P}/${P}.tar.b LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ppc amd64 ia64" +KEYWORDS="amd64 ia64 ppc x86" IUSE="" DEPEND="sys-devel/gettext" RDEPEND="${DEPEND}" -src_unpack() { - unpack ${A} - cd "${S}" +src_prepare() { epatch "${FILESDIR}"/${PV}-respect-CFLAGS-and-dont-strip.patch + epatch "${FILESDIR}"/${P}-locale.diff } -src_compile() { +src_configure() { econf --i18n=1 - emake || die } src_install() { |