summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Armak <danarmak@gentoo.org>2002-07-23 04:19:01 +0000
committerDan Armak <danarmak@gentoo.org>2002-07-23 04:19:01 +0000
commit70242609e7182ad2d438c5aac7dd5c8d3bf4d40d (patch)
tree2c01921272dee0765bfadcf40c2e6ffa47037b0f
parentclean-ups (diff)
downloadgentoo-2-70242609e7182ad2d438c5aac7dd5c8d3bf4d40d.tar.gz
gentoo-2-70242609e7182ad2d438c5aac7dd5c8d3bf4d40d.tar.bz2
gentoo-2-70242609e7182ad2d438c5aac7dd5c8d3bf4d40d.zip
fix #5346 - correct -system-nas-sound configure option
-rw-r--r--x11-libs/qt/ChangeLog6
-rw-r--r--x11-libs/qt/qt-3.0.5.ebuild7
2 files changed, 8 insertions, 5 deletions
diff --git a/x11-libs/qt/ChangeLog b/x11-libs/qt/ChangeLog
index 0125e2fe648c..ad4d9f7b9a55 100644
--- a/x11-libs/qt/ChangeLog
+++ b/x11-libs/qt/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-libs/qt
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt/ChangeLog,v 1.18 2002/07/16 03:16:42 gerk Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt/ChangeLog,v 1.19 2002/07/23 04:19:01 danarmak Exp $
+
+ 23 Jul 2002; Dan Armak <danarmak@gentoo.org> ChangeLog :
+
+ Fix #5346: correct -system-nas-sound configure option.
*qt-3.0.4.20020606-r1 (8 Jun 2002)
diff --git a/x11-libs/qt/qt-3.0.5.ebuild b/x11-libs/qt/qt-3.0.5.ebuild
index 32d9480d272e..ad99185ea01d 100644
--- a/x11-libs/qt/qt-3.0.5.ebuild
+++ b/x11-libs/qt/qt-3.0.5.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt/qt-3.0.5.ebuild,v 1.2 2002/07/18 19:10:59 danarmak Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt/qt-3.0.5.ebuild,v 1.3 2002/07/23 04:19:01 danarmak Exp $
S=${WORKDIR}/qt-x11-free-${PV}
@@ -43,8 +43,7 @@ src_unpack() {
cd ${S}
cp configure configure.orig
- sed -e 's:read acceptance:acceptance=yes:' \
- -e 's:|-repeater|:|-nas-sound|-repeater|:' configure.orig > configure
+ sed -e 's:read acceptance:acceptance=yes:' configure.orig > configure
}
@@ -54,7 +53,7 @@ src_compile() {
export LDFLAGS="-ldl"
- use nas && myconf="${myconf} -nas-sound"
+ use nas && myconf="${myconf} -system-nas-sound"
use gif && myconf="${myconf} -qt-gif"
use mysql && myconf="${myconf} -plugin-sql-mysql -I/usr/include/mysql -L/usr/lib/mysql"
use postgres && myconf="${myconf} -plugin-sql-psql -I/usr/include/postgresql/server"