summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Hadaway <raker@gentoo.org>2003-02-07 22:02:13 +0000
committerNick Hadaway <raker@gentoo.org>2003-02-07 22:02:13 +0000
commit5ff3c8cf134435bddd2fb59930401e9b17492ea0 (patch)
treeeeb231056249ba7ed91c5ab07f9753e1a703e2c5 /x11-libs/wxGTK
parentnew version. ARCH masked (diff)
downloadgentoo-2-5ff3c8cf134435bddd2fb59930401e9b17492ea0.tar.gz
gentoo-2-5ff3c8cf134435bddd2fb59930401e9b17492ea0.tar.bz2
gentoo-2-5ff3c8cf134435bddd2fb59930401e9b17492ea0.zip
Added some more fluff so the user will notice the odbc/gtk2 thingy
Diffstat (limited to 'x11-libs/wxGTK')
-rw-r--r--x11-libs/wxGTK/wxGTK-2.4.0.ebuild7
1 files changed, 5 insertions, 2 deletions
diff --git a/x11-libs/wxGTK/wxGTK-2.4.0.ebuild b/x11-libs/wxGTK/wxGTK-2.4.0.ebuild
index 76a8b7c197ba..fc25f01fc571 100644
--- a/x11-libs/wxGTK/wxGTK-2.4.0.ebuild
+++ b/x11-libs/wxGTK/wxGTK-2.4.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/wxGTK/wxGTK-2.4.0.ebuild,v 1.6 2003/02/07 20:59:29 raker Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/wxGTK/wxGTK-2.4.0.ebuild,v 1.7 2003/02/07 22:02:13 raker Exp $
DESCRIPTION="GTK+ version of wxWindows, a cross-platform C++ GUI toolkit."
SRC_URI="mirror://sourceforge/wxwindows/${P}.tar.bz2"
@@ -53,9 +53,12 @@ src_compile() {
if [ `use odbc` ] && [ ! `use gtk2` ]; then
myconf="${myconf} --with-odbc"
elif [ `use odbc` ] && [ `use gtk2` ]; then
+ ewarn ""
einfo "you cannot specify both odbc and gtk2"
einfo "Choosing gtk2 over odbc"
- einfo "re-run with USE="-gtk2" to enable odbc"
+ einfo "re-run with USE=\"-gtk2\" to enable odbc"
+ ewarn ""
+ sleep 5
myconf="${myconf} --without-odbc"
else
myconf="${myconf} --without-odbc"