summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Ahlberg <aliz@gentoo.org>2004-03-31 13:26:15 +0000
committerDaniel Ahlberg <aliz@gentoo.org>2004-03-31 13:26:15 +0000
commit5309466e2ed0865dbd7b45509a30fddd4df7e4bf (patch)
tree2dd83cbdfc55ade6e940f08a7ff930a242565adc /dev-cpp/gtkmm/gtkmm-2.2.10.ebuild
parentClosing #46260. (diff)
downloadhistorical-5309466e2ed0865dbd7b45509a30fddd4df7e4bf.tar.gz
historical-5309466e2ed0865dbd7b45509a30fddd4df7e4bf.tar.bz2
historical-5309466e2ed0865dbd7b45509a30fddd4df7e4bf.zip
Closing #46305.
Diffstat (limited to 'dev-cpp/gtkmm/gtkmm-2.2.10.ebuild')
-rw-r--r--dev-cpp/gtkmm/gtkmm-2.2.10.ebuild9
1 files changed, 7 insertions, 2 deletions
diff --git a/dev-cpp/gtkmm/gtkmm-2.2.10.ebuild b/dev-cpp/gtkmm/gtkmm-2.2.10.ebuild
index 2362ce296148..b0387bea4d77 100644
--- a/dev-cpp/gtkmm/gtkmm-2.2.10.ebuild
+++ b/dev-cpp/gtkmm/gtkmm-2.2.10.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/gtkmm/gtkmm-2.2.10.ebuild,v 1.1 2004/03/26 17:20:24 foser Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gtkmm/gtkmm-2.2.10.ebuild,v 1.2 2004/03/31 13:26:15 aliz Exp $
inherit gnome2
@@ -23,7 +23,12 @@ DOCS="AUTHORS CHANGES ChangeLog HACKING PORTING NEWS README TODO"
src_compile() {
- [ "${ARCH}" = "amd64" ] && libtoolize -c -f
+ if [ "${ARCH}" = "amd64" ]; then
+ libtoolize -c -f --automake
+ aclocal -I scripts
+ automake
+ autoconf
+ fi
gnome2_src_compile