summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanny van Dyk <kugelfang@gentoo.org>2004-05-30 15:28:33 +0000
committerDanny van Dyk <kugelfang@gentoo.org>2004-05-30 15:28:33 +0000
commit8644f21063041a3d28142709f08e7c9f7d2ecc35 (patch)
tree13257d9508d22f69bb27822ce2a59637112ff6f1 /dev-cpp/gtkglextmm
parentFixing BUG #52389. (Manifest recommit) (diff)
downloadgentoo-2-8644f21063041a3d28142709f08e7c9f7d2ecc35.tar.gz
gentoo-2-8644f21063041a3d28142709f08e7c9f7d2ecc35.tar.bz2
gentoo-2-8644f21063041a3d28142709f08e7c9f7d2ecc35.zip
Fixing BUG #52389.
Diffstat (limited to 'dev-cpp/gtkglextmm')
-rw-r--r--dev-cpp/gtkglextmm/ChangeLog5
-rw-r--r--dev-cpp/gtkglextmm/gtkglextmm-1.0.1.ebuild10
2 files changed, 10 insertions, 5 deletions
diff --git a/dev-cpp/gtkglextmm/ChangeLog b/dev-cpp/gtkglextmm/ChangeLog
index 743a79820188..f71a1a526e51 100644
--- a/dev-cpp/gtkglextmm/ChangeLog
+++ b/dev-cpp/gtkglextmm/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-cpp/gtkglextmm
# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gtkglextmm/ChangeLog,v 1.3 2004/05/22 00:06:01 kugelfang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gtkglextmm/ChangeLog,v 1.4 2004/05/30 15:28:33 kugelfang Exp $
+
+ 30 May 2004; Danny van Dyk <kugelfang@gentoo.org> gtkglextmm-1.0.1.ebuild:
+ Fixing BUG #52389.
22 May 2004; Danny van Dyk <kugelfang@gentoo.org> gtkglextmm-1.0.1.ebuild:
Added aclocal/automake/autoconf; necessary on amd64. Marked ~amd64.
diff --git a/dev-cpp/gtkglextmm/gtkglextmm-1.0.1.ebuild b/dev-cpp/gtkglextmm/gtkglextmm-1.0.1.ebuild
index c271bd65b331..c8be6f1cc906 100644
--- a/dev-cpp/gtkglextmm/gtkglextmm-1.0.1.ebuild
+++ b/dev-cpp/gtkglextmm/gtkglextmm-1.0.1.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/dev-cpp/gtkglextmm/gtkglextmm-1.0.1.ebuild,v 1.2 2004/05/22 00:06:01 kugelfang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gtkglextmm/gtkglextmm-1.0.1.ebuild,v 1.3 2004/05/30 15:28:33 kugelfang Exp $
inherit gnome2
@@ -23,8 +23,10 @@ DEPEND="${RDEPEND}
dev-util/pkgconfig"
src_compile() {
- aclocal -I m4macros
- automake -c -f
- autoconf
+ if [ "${ARCH}" = "amd64" ]; then
+ aclocal -I m4macros
+ automake -c -f
+ autoconf
+ fi
gnome2_src_compile
}