diff options
author | Heinrich Wendel <lanius@gentoo.org> | 2004-02-12 15:32:32 +0000 |
---|---|---|
committer | Heinrich Wendel <lanius@gentoo.org> | 2004-02-12 15:32:32 +0000 |
commit | fb0d2493f07fbc12f490825729b4393fae0f4f13 (patch) | |
tree | 3832895c2c44b5759e10d2de784a30f5c206e965 /media-gfx/gimp-print/gimp-print-4.2.5-r2.ebuild | |
parent | ~amd64 (diff) | |
download | gentoo-2-fb0d2493f07fbc12f490825729b4393fae0f4f13.tar.gz gentoo-2-fb0d2493f07fbc12f490825729b4393fae0f4f13.tar.bz2 gentoo-2-fb0d2493f07fbc12f490825729b4393fae0f4f13.zip |
fix linking issues, bug #35414
Diffstat (limited to 'media-gfx/gimp-print/gimp-print-4.2.5-r2.ebuild')
-rw-r--r-- | media-gfx/gimp-print/gimp-print-4.2.5-r2.ebuild | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/media-gfx/gimp-print/gimp-print-4.2.5-r2.ebuild b/media-gfx/gimp-print/gimp-print-4.2.5-r2.ebuild index 72753e867ba0..a6ef6935f839 100644 --- a/media-gfx/gimp-print/gimp-print-4.2.5-r2.ebuild +++ b/media-gfx/gimp-print/gimp-print-4.2.5-r2.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/gimp-print/gimp-print-4.2.5-r2.ebuild,v 1.6 2003/12/09 17:50:12 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/gimp-print/gimp-print-4.2.5-r2.ebuild,v 1.7 2004/02/12 15:32:32 lanius Exp $ + +inherit libtool IUSE="nls gtk readline cups foomaticdb ppds" @@ -21,6 +23,8 @@ LICENSE="GPL-2" SLOT="0" src_compile() { + elibtoolize --reverse-deps + local myconf use nls \ |