diff options
Diffstat (limited to 'dev-libs/atk')
-rw-r--r-- | dev-libs/atk/atk-1.0.3-r1.ebuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/dev-libs/atk/atk-1.0.3-r1.ebuild b/dev-libs/atk/atk-1.0.3-r1.ebuild index 98a99aa536f4..6dcb3e43f6c4 100644 --- a/dev-libs/atk/atk-1.0.3-r1.ebuild +++ b/dev-libs/atk/atk-1.0.3-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/dev-libs/atk/atk-1.0.3-r1.ebuild,v 1.1 2002/08/04 07:42:40 spider Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/atk/atk-1.0.3-r1.ebuild,v 1.2 2002/08/04 08:43:37 spider Exp $ inherit libtool @@ -25,7 +25,10 @@ src_compile() { use doc \ && myconf="${myconf} --enable-gtk-doc" \ || myconf="${myconf} --disable-gtk-doc" - + if [ -n "$DEBUG" ]; then + myconf="${myconf} --enable-debug" + fi + econf ${myconf} || die emake || die } |