Respect LDFLAGS (bug #367239). Stable for HPPA (bug #382951).
authorJeroen Roovers <jer@gentoo.org>
Thu, 6 Oct 2011 17:41:08 +0000 (17:41 +0000)
committerJeroen Roovers <jer@gentoo.org>
Thu, 6 Oct 2011 17:41:08 +0000 (17:41 +0000)
Package-Manager: portage-2.2.0_alpha62/cvs/Linux x86_64

app-text/ghostscript-gpl/ChangeLog
app-text/ghostscript-gpl/ghostscript-gpl-9.04-r3.ebuild

index 04d956f6eff8f008acb3242b6ff6605c5e5634e3..da097c481d3c33225c1aa2e2f07c2f398a974356 100644 (file)
@@ -1,6 +1,9 @@
 # ChangeLog for app-text/ghostscript-gpl
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-gpl/ChangeLog,v 1.122 2011/10/05 05:50:36 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-gpl/ChangeLog,v 1.123 2011/10/06 17:41:08 jer Exp $
+
+  06 Oct 2011; Jeroen Roovers <jer@gentoo.org> ghostscript-gpl-9.04-r3.ebuild:
+  Respect LDFLAGS (bug #367239). Stable for HPPA (bug #382951).
 
   05 Oct 2011; Markus Meier <maekke@gentoo.org> ghostscript-gpl-9.04-r3.ebuild:
   arm stable, bug #382951
index 8a02182c5b718d82b3cbafe93554013b98d1cb25..86be4e7d5c387f83548ca471be9669c2360681f1 100644 (file)
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-gpl/ghostscript-gpl-9.04-r3.ebuild,v 1.4 2011/10/05 05:50:36 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-gpl/ghostscript-gpl-9.04-r3.ebuild,v 1.5 2011/10/06 17:41:08 jer Exp $
 
 EAPI=3
 inherit autotools eutils versionator flag-o-matic
@@ -17,7 +17,7 @@ SRC_URI="!bindist? ( djvu? ( mirror://sourceforge/djvu/gsdjvu-${GSDJVU_PV}.tar.g
 
 LICENSE="GPL-3 CPL-1.0"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~sparc-fbsd ~x86-fbsd"
+KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~sparc-fbsd ~x86-fbsd"
 IUSE="bindist cups dbus djvu gtk idn jpeg2k static-libs X"
 
 COMMON_DEPEND="app-text/libpaper
@@ -107,6 +107,7 @@ src_prepare() {
                -e "s:exdir=.*:exdir=/usr/share/doc/${PF}/examples:" \
                -e "s:docdir=.*:docdir=/usr/share/doc/${PF}/html:" \
                -e "s:GS_DOCDIR=.*:GS_DOCDIR=/usr/share/doc/${PF}/html:" \
+               -e 's:-L$(BINDIR):$(LDFLAGS) &:g' \
                base/Makefile.in base/*.mak || die "sed failed"
 
        cd "${S}"