Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 15265 | Differences between
and this patch

Collapse All | Expand All

(-)/usr/portage/x11-libs/qt/qt-3.1.0-r3.ebuild (-1 / +4 lines)
Lines 4-10 Link Here
4
4
5
inherit eutils
5
inherit eutils
6
6
7
IUSE="cups nas postgres opengl mysql odbc gif"
7
IUSE="cups nas postgres opengl mysql odbc gif xcursor"
8
8
9
S=${WORKDIR}/qt-x11-free-${PV}
9
S=${WORKDIR}/qt-x11-free-${PV}
10
10
Lines 24-29 Link Here
24
	>=media-libs/libmng-1.0.0
24
	>=media-libs/libmng-1.0.0
25
	>=media-libs/freetype-2
25
	>=media-libs/freetype-2
26
	virtual/xft
26
	virtual/xft
27
	xcursor? ( >=x11-base/xfree-4.2.99.4 )
27
	nas? ( >=media-libs/nas-1.4.1 )
28
	nas? ( >=media-libs/nas-1.4.1 )
28
	odbc? ( >=dev-db/unixODBC-2.0 )
29
	odbc? ( >=dev-db/unixODBC-2.0 )
29
	mysql? ( >=dev-db/mysql-3.2.10 )
30
	mysql? ( >=dev-db/mysql-3.2.10 )
Lines 45-50 Link Here
45
	# this patch fixes child windows being hidden randomly.
46
	# this patch fixes child windows being hidden randomly.
46
	epatch ${FILESDIR}/${P}-minimized.diff
47
	epatch ${FILESDIR}/${P}-minimized.diff
47
	epatch ${FILESDIR}/designer.diff
48
	epatch ${FILESDIR}/designer.diff
49
	epatch ${FILESDIR}/cursor.diff
48
	
50
	
49
	cp configure configure.orig
51
	cp configure configure.orig
50
	sed -e 's:read acceptance:acceptance=yes:' configure.orig > configure
52
	sed -e 's:read acceptance:acceptance=yes:' configure.orig > configure
Lines 88-93 Link Here
88
	use mysql	&& myconf="${myconf} -plugin-sql-mysql -I/usr/include/mysql -L/usr/lib/mysql"
90
	use mysql	&& myconf="${myconf} -plugin-sql-mysql -I/usr/include/mysql -L/usr/lib/mysql"
89
	use postgres	&& myconf="${myconf} -plugin-sql-psql -I/usr/include/postgresql/server"
91
	use postgres	&& myconf="${myconf} -plugin-sql-psql -I/usr/include/postgresql/server"
90
	use odbc	&& myconf="${myconf} -plugin-sql-odbc"
92
	use odbc	&& myconf="${myconf} -plugin-sql-odbc"
93
	use xcursor	&& myconf="${myconf} -xcursor"
91
	use opengl	&& myconf="${myconf} -enable-module=opengl" || myconf="${myconf} -disable-opengl"
94
	use opengl	&& myconf="${myconf} -enable-module=opengl" || myconf="${myconf} -disable-opengl"
92
	[ -n "$DEBUG" ]	&& myconf="${myconf} -debug" 		|| myconf="${myconf} -release -no-g++-exceptions"
95
	[ -n "$DEBUG" ]	&& myconf="${myconf} -debug" 		|| myconf="${myconf} -release -no-g++-exceptions"
93
96

Return to bug 15265