Add mysql variant to qt3-mac
Reported by: |
ornstedt@… |
Owned by: |
rshaw@… |
Priority:
|
Normal
|
Milestone:
|
|
Component:
|
ports
|
Version:
|
1.0
|
Keywords:
|
|
Cc:
|
ranger@…, leimy@…
|
Port:
|
qt3-mac
|
|
|
--- Portfile 1 May 2004 23:33:11 -0000 1.15
+++ Portfile 13 Sep 2004 12:43:03 -0000
@@ -3,6 +3,7 @@
name qt3-mac
version 3.3.2
+revision 2
categories aqua
maintainers rshaw@opendarwin.org ranger@befunk.com leimy@opendarwin.org
description Qt Tool Kit (Native Aqua Version)
@@ -14,6 +15,12 @@
use_bzip2 yes
checksums md5 0ffab7a56f47635e574b73e8a109fcd2
platforms darwin
+
+variant mysql {
+ depends_lib-append lib:libmysqlclient.12:mysql4
+ configure.args-append -qt-sql-mysql -L${prefix}/lib/mysql -I${prefix}/include/mysql -plugin-sql-mysql
+}
+
configure.cmd "echo yes | ./configure"
configure.env QMAKESPEC='' QTDIR='' DYLD_LIBRARY_PATH=''
Change History (2)
Resolution: |
→ fixed
|
Status: |
new →
closed
|
Description: |
modified (diff)
|
Port: |
qt3-mac added
|
Type: |
defect →
enhancement
|
Committed. Thanks, -rshaw