diff options
author | Heinrich Wendel <lanius@gentoo.org> | 2005-03-17 19:51:29 +0000 |
---|---|---|
committer | Heinrich Wendel <lanius@gentoo.org> | 2005-03-17 19:51:29 +0000 |
commit | 059bfde5a216076a037d59703f95b44f3232abf0 (patch) | |
tree | b3e7bfbbba32d6078ff0d6462f5e916d155f8f90 /net-www | |
parent | version bump (bug #85428) (diff) | |
download | gentoo-2-059bfde5a216076a037d59703f95b44f3232abf0.tar.gz gentoo-2-059bfde5a216076a037d59703f95b44f3232abf0.tar.bz2 gentoo-2-059bfde5a216076a037d59703f95b44f3232abf0.zip |
fix plugin dir, bug #84593
(Portage version: 2.0.51.19)
Diffstat (limited to 'net-www')
-rw-r--r-- | net-www/gplflash/ChangeLog | 5 | ||||
-rw-r--r-- | net-www/gplflash/gplflash-0.4.13.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-www/gplflash/ChangeLog b/net-www/gplflash/ChangeLog index 839d71114d77..8f58e3418a2b 100644 --- a/net-www/gplflash/ChangeLog +++ b/net-www/gplflash/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-www/gplflash # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/gplflash/ChangeLog,v 1.17 2005/03/08 14:34:14 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/gplflash/ChangeLog,v 1.18 2005/03/17 19:51:29 lanius Exp $ + + 17 Mar 2005; Heinrich Wendel <lanius@gentoo.org> gplflash-0.4.13.ebuild: + fix plugin dir, bug #84593 *gplflash-0.4.13 (08 Mar 2005) diff --git a/net-www/gplflash/gplflash-0.4.13.ebuild b/net-www/gplflash/gplflash-0.4.13.ebuild index 4bd867121828..ef16cf5e193c 100644 --- a/net-www/gplflash/gplflash-0.4.13.ebuild +++ b/net-www/gplflash/gplflash-0.4.13.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/gplflash/gplflash-0.4.13.ebuild,v 1.1 2005/03/08 14:34:14 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/gplflash/gplflash-0.4.13.ebuild,v 1.2 2005/03/17 19:51:29 lanius Exp $ inherit nsplugins eutils flag-o-matic @@ -34,7 +34,7 @@ src_compile() { # configure -- includes and libraries won't be found correctly. # temporal solution is pointing configure to the exaclt location # until a better solution is found. bug #79270 - econf --with-plugin-dir=${D}/${PLUGDIR} $(use_enable debug) \ + econf --with-plugin-dir=${PLUGDIR} $(use_enable debug) \ --x-includes=/usr/include/X11/ --x-libraries=/usr/lib/ \ || die "configure failed" |