summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Armak <danarmak@gentoo.org>2001-12-11 20:41:03 +0000
committerDan Armak <danarmak@gentoo.org>2001-12-11 20:41:03 +0000
commit8e007d4391bdf38f483eb33cd84b3a0cd5b58127 (patch)
tree77b3f74df2d7d7431bb0ca6e1cf34d520a973394 /eclass/kde-i18n.eclass
parentremoved bad old version (which shuoldn't have existed, strange) and added new... (diff)
downloadgentoo-2-8e007d4391bdf38f483eb33cd84b3a0cd5b58127.tar.gz
gentoo-2-8e007d4391bdf38f483eb33cd84b3a0cd5b58127.tar.bz2
gentoo-2-8e007d4391bdf38f483eb33cd84b3a0cd5b58127.zip
--enable-final fixes: seems many non-base kde apps don't suport it, and get compile errors abut all
sorts of illegal redefines and redeclarations. Figures. Anyway, I'm moving --enable-final to kde-dist (and *-i18n) eclasses, the regular kde apps inheriting from kde-base don't get it. to get it, put it into myconf the regular way or, (new) before the functions say myconf=$"myconf --enable-final" (or anything else), this is a nice new weay of extending myconf. over the next few days ill test all kde apps for enable-final compatibility and add the flag to those that support it.
Diffstat (limited to 'eclass/kde-i18n.eclass')
-rw-r--r--eclass/kde-i18n.eclass3
1 files changed, 2 insertions, 1 deletions
diff --git a/eclass/kde-i18n.eclass b/eclass/kde-i18n.eclass
index 3ece5cd27e7f..bcab6a684c30 100644
--- a/eclass/kde-i18n.eclass
+++ b/eclass/kde-i18n.eclass
@@ -1,7 +1,7 @@
# Copyright 1999-2000 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author Dan Armak <danarmak@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/eclass/kde-i18n.eclass,v 1.5 2001/11/16 12:50:41 danarmak Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/kde-i18n.eclass,v 1.6 2001/12/11 20:41:03 danarmak Exp $
inherit kde kde.org || die
ECLASS=kde-i18n
@@ -13,3 +13,4 @@ need-kdelibs ${PV}
PROVIDE="virtual/kde-i18n-${PV}"
+myconf=$"myconf --enable-final"