diff options
author | Leonardo Boshell <leonardop@gentoo.org> | 2006-11-22 18:23:07 +0000 |
---|---|---|
committer | Leonardo Boshell <leonardop@gentoo.org> | 2006-11-22 18:23:07 +0000 |
commit | 8165295d57de54dadc8ef7e1589c5a849fd45078 (patch) | |
tree | 94d0b475d3623ad07506049e7507b7f17bb38c9f /app-accessibility | |
parent | Fix copyright header (diff) | |
download | gentoo-2-8165295d57de54dadc8ef7e1589c5a849fd45078.tar.gz gentoo-2-8165295d57de54dadc8ef7e1589c5a849fd45078.tar.bz2 gentoo-2-8165295d57de54dadc8ef7e1589c5a849fd45078.zip |
Keep some m4 macros to fix compilation on systems without gtk-doc or gnome-common (bug #155942)
(Portage version: 2.1.2_rc2-r1)
Diffstat (limited to 'app-accessibility')
-rw-r--r-- | app-accessibility/gnopernicus/ChangeLog | 7 | ||||
-rw-r--r-- | app-accessibility/gnopernicus/gnopernicus-1.0.4.ebuild | 9 |
2 files changed, 12 insertions, 4 deletions
diff --git a/app-accessibility/gnopernicus/ChangeLog b/app-accessibility/gnopernicus/ChangeLog index f65bcdfd1bf2..636cffe3376a 100644 --- a/app-accessibility/gnopernicus/ChangeLog +++ b/app-accessibility/gnopernicus/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-accessibility/gnopernicus # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/gnopernicus/ChangeLog,v 1.91 2006/11/07 07:02:53 leonardop Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/gnopernicus/ChangeLog,v 1.92 2006/11/22 18:23:07 leonardop Exp $ + + 22 Nov 2006; Leonardo Boshell <leonardop@gentoo.org> + gnopernicus-1.0.4.ebuild: + Keep some m4 macros to fix compilation on systems without gtk-doc or + gnome-common (bug #155942). *gnopernicus-1.0.7 (07 Nov 2006) diff --git a/app-accessibility/gnopernicus/gnopernicus-1.0.4.ebuild b/app-accessibility/gnopernicus/gnopernicus-1.0.4.ebuild index 9f7ba548bcb0..d78dfd489658 100644 --- a/app-accessibility/gnopernicus/gnopernicus-1.0.4.ebuild +++ b/app-accessibility/gnopernicus/gnopernicus-1.0.4.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/gnopernicus/gnopernicus-1.0.4.ebuild,v 1.11 2006/11/01 04:29:17 leonardop Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/gnopernicus/gnopernicus-1.0.4.ebuild,v 1.12 2006/11/22 18:23:07 leonardop Exp $ -WANT_AUTOMAKE=1.8 +WANT_AUTOMAKE="1.8" inherit autotools gnome2 @@ -43,7 +43,10 @@ src_unpack() { # Add gdk-2.0 to the list of dependencies for libke (bug #150120) epatch "${FILESDIR}"/${P}-libke_deps.patch - eautoreconf + sed -n -e '/GTK_DOC_CHECK/,/AC_PROG_INTLTOOL/p' aclocal.m4 > gtk-doc.m4 + sed -n -e '/GNOME_COMPILE/,$p' aclocal.m4 > gnome-macros.m4 + + AT_M4DIR="." eautoreconf } pkg_setup() { |