summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRainer Groesslinger <scandium@gentoo.org>2003-10-27 13:24:37 +0000
committerRainer Groesslinger <scandium@gentoo.org>2003-10-27 13:24:37 +0000
commit50759fe19fd140850a58346bcea2fae2e88e7b68 (patch)
treecab117484f896e1680b3713ecdcd2071ca101917 /dev-lang/pike
parentremoving new hosts. Closes #32094 (diff)
downloadhistorical-50759fe19fd140850a58346bcea2fae2e88e7b68.tar.gz
historical-50759fe19fd140850a58346bcea2fae2e88e7b68.tar.bz2
historical-50759fe19fd140850a58346bcea2fae2e88e7b68.zip
minor gtk2 fix
Diffstat (limited to 'dev-lang/pike')
-rw-r--r--dev-lang/pike/Manifest2
-rw-r--r--dev-lang/pike/pike-7.4.28-r1.ebuild5
2 files changed, 4 insertions, 3 deletions
diff --git a/dev-lang/pike/Manifest b/dev-lang/pike/Manifest
index 45d3ab1d3a5f..170ead10a05c 100644
--- a/dev-lang/pike/Manifest
+++ b/dev-lang/pike/Manifest
@@ -1,4 +1,4 @@
-MD5 510ef42fc5654ffa52ef9e8b38507758 pike-7.4.28-r1.ebuild 3033
+MD5 efba1d43b344d8a35bfee2d2f4514d85 pike-7.4.28-r1.ebuild 3075
MD5 70f36900617732b5a3ba6b2e9eba4d7e pike-7.4.28.ebuild 1618
MD5 58667bea8b78255127168590ece031fb ChangeLog 826
MD5 7319ff3c2859ffcce59244a63a079bdd pike-7.4.20.ebuild 1633
diff --git a/dev-lang/pike/pike-7.4.28-r1.ebuild b/dev-lang/pike/pike-7.4.28-r1.ebuild
index aefc38ffdb20..f37f669b5367 100644
--- a/dev-lang/pike/pike-7.4.28-r1.ebuild
+++ b/dev-lang/pike/pike-7.4.28-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc., Emil Skoldberg (see ChangeLog)
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/pike/pike-7.4.28-r1.ebuild,v 1.1 2003/10/27 12:22:55 scandium Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/pike/pike-7.4.28-r1.ebuild,v 1.2 2003/10/27 13:24:31 scandium Exp $
inherit flag-o-matic
@@ -65,7 +65,8 @@ src_compile() {
use opengl || myconf="${myconf} --without-GL --without-GLUT"
use gtk && myconf="${myconf} --with-GTK" \
|| myconf="${myconf} --without-GTK"
- use gtk2 && myconf="${myconf} --with-GTK2"
+ use gtk2 && myconf="${myconf} --with-GTK2" \
+ || myconf="${myconf} --without-GTK2"
use gnome || myconf="${myconf} --without-gnome"
# We have to use --disable-make_conf to override make.conf settings