summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Armak <danarmak@gentoo.org>2001-09-29 21:03:26 +0000
committerDan Armak <danarmak@gentoo.org>2001-09-29 21:03:26 +0000
commitf7a61a86dad619e482f5f8ebbb0e7daf283456d8 (patch)
treeab60fb1515e07944281370d08d12e8066e3c7594 /app-office
parentUpdated mplayer and co (diff)
downloadgentoo-2-f7a61a86dad619e482f5f8ebbb0e7daf283456d8.tar.gz
gentoo-2-f7a61a86dad619e482f5f8ebbb0e7daf283456d8.tar.bz2
gentoo-2-f7a61a86dad619e482f5f8ebbb0e7daf283456d8.zip
deleted all references to the mitshm use flag, drobbins decided to get rid of it.
Diffstat (limited to 'app-office')
-rw-r--r--app-office/koffice/koffice-2.1.1_beta2.ebuild5
-rw-r--r--app-office/koffice/koffice-2.1.1_beta3-r1.ebuild5
-rw-r--r--app-office/koffice/koffice-2.1.1_beta3.ebuild5
3 files changed, 3 insertions, 12 deletions
diff --git a/app-office/koffice/koffice-2.1.1_beta2.ebuild b/app-office/koffice/koffice-2.1.1_beta2.ebuild
index 0126718542a4..c00aabe2c7b4 100644
--- a/app-office/koffice/koffice-2.1.1_beta2.ebuild
+++ b/app-office/koffice/koffice-2.1.1_beta2.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2000 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author Achim Gottinger <achim@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/app-office/koffice/koffice-2.1.1_beta2.ebuild,v 1.2 2001/06/08 01:08:06 achim Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/koffice/koffice-2.1.1_beta2.ebuild,v 1.3 2001/09/29 21:03:25 danarmak Exp $
P=${PN}-1.1-beta2
A=${P}.tar.bz2
@@ -35,10 +35,7 @@ src_compile() {
then
myconf="--enable-mt"
fi
- if [ "`use mitshm`" ]
- then
myconf="$myconf --enable-mitshm"
- fi
try ./configure --prefix=$KDEDIR --host=${CHOST} \
--with-qt-dir=$QTBASE $myconf
try make
diff --git a/app-office/koffice/koffice-2.1.1_beta3-r1.ebuild b/app-office/koffice/koffice-2.1.1_beta3-r1.ebuild
index f6f4044e7514..41204794842f 100644
--- a/app-office/koffice/koffice-2.1.1_beta3-r1.ebuild
+++ b/app-office/koffice/koffice-2.1.1_beta3-r1.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2000 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author Achim Gottinger <achim@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/app-office/koffice/koffice-2.1.1_beta3-r1.ebuild,v 1.2 2001/09/19 19:37:47 danarmak Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/koffice/koffice-2.1.1_beta3-r1.ebuild,v 1.3 2001/09/29 21:03:25 danarmak Exp $
P=${PN}-1.1-beta3
A=${P}.tar.bz2
@@ -34,10 +34,7 @@ src_compile() {
then
myconf="--enable-mt"
fi
- if [ "`use mitshm`" ]
- then
myconf="$myconf --enable-mitshm"
- fi
./configure --host=${CHOST} \
$myconf || die
make || die
diff --git a/app-office/koffice/koffice-2.1.1_beta3.ebuild b/app-office/koffice/koffice-2.1.1_beta3.ebuild
index e4f0f22cc7c8..f6ff7bb9ff4b 100644
--- a/app-office/koffice/koffice-2.1.1_beta3.ebuild
+++ b/app-office/koffice/koffice-2.1.1_beta3.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2000 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author Achim Gottinger <achim@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/app-office/koffice/koffice-2.1.1_beta3.ebuild,v 1.2 2001/09/19 19:37:47 danarmak Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/koffice/koffice-2.1.1_beta3.ebuild,v 1.3 2001/09/29 21:03:25 danarmak Exp $
P=${PN}-1.1-beta3
A=${P}.tar.bz2
@@ -34,10 +34,7 @@ src_compile() {
then
myconf="--enable-mt"
fi
- if [ "`use mitshm`" ]
- then
myconf="$myconf --enable-mitshm"
- fi
try ./configure --host=${CHOST} \
$myconf
try make