summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <drac@gentoo.org>2008-04-19 09:34:59 +0000
committerSamuli Suominen <drac@gentoo.org>2008-04-19 09:34:59 +0000
commit560fcb4c460eb23936dd30b189dda3516cccbf7b (patch)
tree56f6f333ec36538f7477673037eb9e6963d00dee /x11-plugins/wmblob/wmblob-1.0.3.ebuild
parentversion bump wrt security #215568 (diff)
downloadgentoo-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/wmblob/wmblob-1.0.3.ebuild')
-rw-r--r--x11-plugins/wmblob/wmblob-1.0.3.ebuild10
1 files changed, 8 insertions, 2 deletions
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() {