summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe McCann <joem@gentoo.org>2005-02-10 06:54:46 +0000
committerJoe McCann <joem@gentoo.org>2005-02-10 06:54:46 +0000
commit51f8715d11d5538cc830c92611a93c078b7a8eaa (patch)
tree12539b8de4d02a79edb5c1a9dc063d664a19fb68 /dev-cpp/gconfmm/gconfmm-2.6.1.ebuild
parentFix removal of broken symlinks in headers. Check for /usr/libdir/opengl rath... (diff)
downloadgentoo-2-51f8715d11d5538cc830c92611a93c078b7a8eaa.tar.gz
gentoo-2-51f8715d11d5538cc830c92611a93c078b7a8eaa.tar.bz2
gentoo-2-51f8715d11d5538cc830c92611a93c078b7a8eaa.zip
fix bug 81413
(Portage version: 2.0.51-r15)
Diffstat (limited to 'dev-cpp/gconfmm/gconfmm-2.6.1.ebuild')
-rw-r--r--dev-cpp/gconfmm/gconfmm-2.6.1.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-cpp/gconfmm/gconfmm-2.6.1.ebuild b/dev-cpp/gconfmm/gconfmm-2.6.1.ebuild
index 0cf4f3f75e4e..c8e07d8e2119 100644
--- a/dev-cpp/gconfmm/gconfmm-2.6.1.ebuild
+++ b/dev-cpp/gconfmm/gconfmm-2.6.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gconfmm/gconfmm-2.6.1.ebuild,v 1.11 2005/01/01 17:25:48 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gconfmm/gconfmm-2.6.1.ebuild,v 1.12 2005/02/10 06:54:46 joem Exp $
IUSE=""
@@ -20,14 +20,14 @@ RDEPEND=">=gnome-base/gconf-2.4
DEPEND=">=dev-util/pkgconfig-0.12.0
${RDEPEND}"
-ELTCONF="--force --copy"
+
DOCS="AUTHORS COPYING* ChangeLog NEWS README INSTALL"
src_compile() {
if [ "${ARCH}" = "amd64" ]; then
aclocal -I scripts
- elibtoolize
+ libtoolize --force --copy
automake -c -f
autoconf
fi