summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2013-05-15 02:22:20 +0000
committerPatrick Lauer <patrick@gentoo.org>2013-05-15 02:22:20 +0000
commit0c0f7588fb743508296f0f6f545a62c5fd3d63a3 (patch)
treee917e5d4a9c2451005003eafa00c8cdbee933236 /x11-wm/blackbox/blackbox-0.70.1.ebuild
parentx86 stable wrt bug 469508 (and security bug 469854) (diff)
downloadhistorical-0c0f7588fb743508296f0f6f545a62c5fd3d63a3.tar.gz
historical-0c0f7588fb743508296f0f6f545a62c5fd3d63a3.tar.bz2
historical-0c0f7588fb743508296f0f6f545a62c5fd3d63a3.zip
Automake 1.13 fix
Package-Manager: portage-2.2.0_alpha174/cvs/Linux x86_64
Diffstat (limited to 'x11-wm/blackbox/blackbox-0.70.1.ebuild')
-rw-r--r--x11-wm/blackbox/blackbox-0.70.1.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/x11-wm/blackbox/blackbox-0.70.1.ebuild b/x11-wm/blackbox/blackbox-0.70.1.ebuild
index 3c678f0cda68..d8998f5cc684 100644
--- a/x11-wm/blackbox/blackbox-0.70.1.ebuild
+++ b/x11-wm/blackbox/blackbox-0.70.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-wm/blackbox/blackbox-0.70.1.ebuild,v 1.15 2012/05/04 08:58:57 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/blackbox/blackbox-0.70.1.ebuild,v 1.16 2013/05/15 02:22:04 patrick Exp $
inherit autotools eutils
@@ -31,6 +31,7 @@ src_unpack() {
if has_version ">=x11-libs/libX11-1.4.0"; then
sed -i -e "s/_XUTIL_H_/_X11&/" lib/Util.hh || die #348556
fi
+ sed -e "s/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/" -i configure.ac || die
eautoreconf
}