diff options
Diffstat (limited to 'dev-libs/glib/glib-2.28.6.ebuild')
-rw-r--r-- | dev-libs/glib/glib-2.28.6.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/dev-libs/glib/glib-2.28.6.ebuild b/dev-libs/glib/glib-2.28.6.ebuild index 77e154948e23..10395586cc40 100644 --- a/dev-libs/glib/glib-2.28.6.ebuild +++ b/dev-libs/glib/glib-2.28.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/glib-2.28.6.ebuild,v 1.1 2011/04/14 07:50:19 nirbheek Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/glib-2.28.6.ebuild,v 1.2 2011/04/26 21:12:33 eva Exp $ EAPI="3" PYTHON_DEPEND="2" @@ -91,8 +91,7 @@ src_configure() { # an unusable form as it disables some commonly used API. Please do not # convert this to the use_enable form, as it results in a broken build. # -- compnerd (3/27/06) - # disable-visibility needed for reference debug, bug #274647 - use debug && myconf="--enable-debug --disable-visibility" + use debug && myconf="--enable-debug" # Always use internal libpcre, bug #254659 econf ${myconf} \ |