Opened 20 years ago

Closed 20 years ago

Last modified 8 years ago

#2208 closed enhancement (fixed)

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

Description (last modified by ryandesign (Ryan Carsten Schmidt))

--- 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)

comment:1 Changed 20 years ago by rshaw@…

Resolution: fixed
Status: newclosed

Committed. Thanks, -rshaw

comment:2 Changed 8 years ago by ryandesign (Ryan Carsten Schmidt)

Description: modified (diff)
Port: qt3-mac added
Type: defectenhancement
Note: See TracTickets for help on using tickets.