Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 234913 Details for
Bug 323515
x11-libs/qt-sql needs "tds" USE flag
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
qt-sql-tds.patch
qt-sql-tds.patch (text/plain), 1.69 KB, created by
Sergey Ilinykh
on 2010-06-11 06:37:28 UTC
(
hide
)
Description:
qt-sql-tds.patch
Filename:
MIME Type:
Creator:
Sergey Ilinykh
Created:
2010-06-11 06:37:28 UTC
Size:
1.69 KB
patch
obsolete
>--- qt-sql-4.6.3.ebuild.orig 2010-06-11 12:14:19.264201610 +0600 >+++ qt-sql-4.6.3.ebuild 2010-06-11 12:28:52.878202127 +0600 >@@ -8,14 +8,15 @@ > DESCRIPTION="The SQL module for the Qt toolkit" > SLOT="4" > KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris" >-IUSE="firebird iconv mysql odbc postgres qt3support +sqlite" >+IUSE="firebird iconv mysql odbc postgres qt3support +sqlite tds" > > DEPEND="~x11-libs/qt-core-${PV}[aqua=,debug=,qt3support=] > firebird? ( dev-db/firebird ) > mysql? ( virtual/mysql ) > odbc? ( dev-db/unixODBC ) > postgres? ( virtual/postgresql-base ) >- sqlite? ( dev-db/sqlite:3 )" >+ sqlite? ( dev-db/sqlite:3 ) >+ tds? ( dev-db/freetds )" > RDEPEND="${DEPEND}" > > QT4_TARGET_DIRECTORIES="src/sql src/plugins/sqldrivers" >@@ -35,9 +36,10 @@ > ) > > pkg_setup() { >- if ! (use firebird || use mysql || use odbc || use postgres || use sqlite); then >+ if ! (use firebird || use mysql || use odbc || use postgres || \ >+ use sqlite || use tds); then > ewarn "You need to enable at least one SQL driver. Enable at least" >- ewarn "one of these USE flags: \"firebird mysql odbc postgres sqlite\"" >+ ewarn "one of these USE flags: \"firebird mysql odbc postgres sqlite tds\"" > die "Enable at least one SQL driver." > fi > >@@ -58,6 +60,7 @@ > $(qt_use postgres sql-psql plugin) $(use postgres && echo "-I${EPREFIX}/usr/include/postgresql/pgsql ") > $(qt_use sqlite sql-sqlite plugin) $(use sqlite && echo '-system-sqlite') > $(qt_use odbc sql-odbc plugin) >+ $(qt_use odbc sql-tds plugin) > $(qt_use qt3support)" > > myconf="${myconf} $(qt_use iconv) -no-xkb -no-fontconfig -no-xrender -no-xrandr
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 323515
: 234913