diff options
author | Samuli Suominen <drac@gentoo.org> | 2008-04-19 09:34:59 +0000 |
---|---|---|
committer | Samuli Suominen <drac@gentoo.org> | 2008-04-19 09:34:59 +0000 |
commit | 560fcb4c460eb23936dd30b189dda3516cccbf7b (patch) | |
tree | 56f6f333ec36538f7477673037eb9e6963d00dee /x11-plugins | |
parent | version bump wrt security #215568 (diff) | |
download | gentoo-2-560fcb4c460eb23936dd30b189dda3516cccbf7b.tar.gz gentoo-2-560fcb4c460eb23936dd30b189dda3516cccbf7b.tar.bz2 gentoo-2-560fcb4c460eb23936dd30b189dda3516cccbf7b.zip |
Point configure.ac to correct location of libX11, thanks to nixnut in bug 217802.
(Portage version: 2.1.5_rc4)
Diffstat (limited to 'x11-plugins')
-rw-r--r-- | x11-plugins/wmblob/ChangeLog | 6 | ||||
-rw-r--r-- | x11-plugins/wmblob/wmblob-1.0.3.ebuild | 10 |
2 files changed, 13 insertions, 3 deletions
diff --git a/x11-plugins/wmblob/ChangeLog b/x11-plugins/wmblob/ChangeLog index 74cde91b9525..cb2410a55c07 100644 --- a/x11-plugins/wmblob/ChangeLog +++ b/x11-plugins/wmblob/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-plugins/wmblob # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmblob/ChangeLog,v 1.11 2008/01/19 14:47:31 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmblob/ChangeLog,v 1.12 2008/04/19 09:34:59 drac Exp $ + + 19 Apr 2008; Samuli Suominen <drac@gentoo.org> wmblob-1.0.3.ebuild: + Point configure.ac to correct location of libX11, thanks to nixnut in bug + 217802. *wmblob-1.0.3 (19 Jan 2008) diff --git a/x11-plugins/wmblob/wmblob-1.0.3.ebuild b/x11-plugins/wmblob/wmblob-1.0.3.ebuild index 706ed7bde5bf..9d59ca7ab1a8 100644 --- a/x11-plugins/wmblob/wmblob-1.0.3.ebuild +++ b/x11-plugins/wmblob/wmblob-1.0.3.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmblob/wmblob-1.0.3.ebuild,v 1.1 2008/01/19 14:47:31 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmblob/wmblob-1.0.3.ebuild,v 1.2 2008/04/19 09:34:59 drac Exp $ + +inherit autotools multilib DESCRIPTION="a fancy but useless dockapp with moving blobs." HOMEPAGE="http://freshmeat.net/projects/wmblob" @@ -22,7 +24,11 @@ DEPEND="${RDEPEND} src_unpack() { unpack ${A} - sed -i -e "s:-O2:${CFLAGS}:g" "${S}"/configure + cd "${S}" + sed -e "s:-O2:${CFLAGS}:g" \ + -e "s:\$x_libraries:/usr/$(get_libdir):" \ + -i configure.ac || die "sed failed." + eautoreconf } src_install() { |