summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Ahlberg <aliz@gentoo.org>2003-04-30 06:26:38 +0000
committerDaniel Ahlberg <aliz@gentoo.org>2003-04-30 06:26:38 +0000
commit0eec5138d9b645d1c0f64ae6bc67b8cdfaeb04b4 (patch)
treed6d6f32c18c04a28a93bbb1d40ceeb31d938242a /net-p2p
parentAdd a message about gaim-encryption not being supported by gaim project (diff)
downloadgentoo-2-0eec5138d9b645d1c0f64ae6bc67b8cdfaeb04b4.tar.gz
gentoo-2-0eec5138d9b645d1c0f64ae6bc67b8cdfaeb04b4.tar.bz2
gentoo-2-0eec5138d9b645d1c0f64ae6bc67b8cdfaeb04b4.zip
Closes #20177
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/qt-dcgui/ChangeLog5
-rw-r--r--net-p2p/qt-dcgui/qt-dcgui-0.2.12.ebuild11
2 files changed, 14 insertions, 2 deletions
diff --git a/net-p2p/qt-dcgui/ChangeLog b/net-p2p/qt-dcgui/ChangeLog
index f3c2a69000e2..1aa1ef9f5a2e 100644
--- a/net-p2p/qt-dcgui/ChangeLog
+++ b/net-p2p/qt-dcgui/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-p2p/qt-dcgui
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/qt-dcgui/ChangeLog,v 1.24 2003/04/29 06:39:11 aliz Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/qt-dcgui/ChangeLog,v 1.25 2003/04/30 06:26:37 aliz Exp $
+
+ 30 Apr 2003; Daniel Ahlberg <aliz@gentoo.org> qt-dcgui-0.2.12.ebuild :
+ Added workaround for compilation error. Closes #20177.
*qt-dcgui-0.2.12 (29 Apr 2003)
diff --git a/net-p2p/qt-dcgui/qt-dcgui-0.2.12.ebuild b/net-p2p/qt-dcgui/qt-dcgui-0.2.12.ebuild
index 3356ac2531eb..c799fdae7d3d 100644
--- a/net-p2p/qt-dcgui/qt-dcgui-0.2.12.ebuild
+++ b/net-p2p/qt-dcgui/qt-dcgui-0.2.12.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/qt-dcgui/qt-dcgui-0.2.12.ebuild,v 1.1 2003/04/29 06:39:11 aliz Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/qt-dcgui/qt-dcgui-0.2.12.ebuild,v 1.2 2003/04/30 06:26:38 aliz Exp $
inherit kde-functions
need-qt 3
@@ -23,6 +23,15 @@ newdepend ">=dev-libs/libxml2-2.4.22
ssl? ( dev-libs/openssl )"
src_compile() {
+ #workaround
+
+ econf \
+ --with-gnu-ld \
+ `use_with ssl` \
+ --with-libdc=/usr \
+ --with-qt-dir=/usr/qt/3 \
+ || die
+ make distclean
econf \
--with-gnu-ld \
`use_with ssl` \