diff options
-rw-r--r-- | gnome-base/gconf/ChangeLog | 5 | ||||
-rw-r--r-- | gnome-base/gconf/gconf-1.0.9.ebuild | 10 |
2 files changed, 8 insertions, 7 deletions
diff --git a/gnome-base/gconf/ChangeLog b/gnome-base/gconf/ChangeLog index 687051d267e9..04824bf6358b 100644 --- a/gnome-base/gconf/ChangeLog +++ b/gnome-base/gconf/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for gnome-base/gconf # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gconf/ChangeLog,v 1.58 2004/02/04 15:34:05 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gconf/ChangeLog,v 1.59 2004/02/06 11:10:13 liquidx Exp $ + + 06 Feb 2004; Alastair Tse <liquidx@gentoo.org> gconf-1.0.9.ebuild: + put mkdir intl stuff in src_unpack() *gconf-1.0.9 (04 Feb 2004) diff --git a/gnome-base/gconf/gconf-1.0.9.ebuild b/gnome-base/gconf/gconf-1.0.9.ebuild index 344ef9afa31c..e821ce8d934e 100644 --- a/gnome-base/gconf/gconf-1.0.9.ebuild +++ b/gnome-base/gconf/gconf-1.0.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gconf/gconf-1.0.9.ebuild,v 1.2 2004/02/04 20:32:07 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gconf/gconf-1.0.9.ebuild,v 1.3 2004/02/06 11:10:13 liquidx Exp $ inherit libtool gnome.org @@ -38,15 +38,13 @@ src_unpack () { unpack ${A} EPATCH_OPTS="-d ${S}" epatch ${FILESDIR}/gconfd-2-fix.patch epatch ${FILESDIR}/${P}-locallock_mdk.patch + + mkdir ${S}/intl + touch ${S}/intl/libgettext.h } src_compile() { elibtoolize - - use nls \ - && mkdir intl \ - && touch intl/libgettext.h - econf $(use_enable nls) emake || die "make failed" } |