Revision: 120704 https://trac.macports.org/changeset/120704 Author: dports@macports.org Date: 2014-06-05 19:47:04 -0700 (Thu, 05 Jun 2014) Log Message: ----------- gnucash: set path to libdbi backend dylibs to fix build for +dbi variant Modified Paths: -------------- trunk/dports/gnome/gnucash/Portfile Modified: trunk/dports/gnome/gnucash/Portfile =================================================================== --- trunk/dports/gnome/gnucash/Portfile 2014-06-05 23:58:25 UTC (rev 120703) +++ trunk/dports/gnome/gnucash/Portfile 2014-06-06 02:47:04 UTC (rev 120704) @@ -115,6 +115,7 @@ port:libdbi-drivers configure.args-delete --disable-dbi configure.args-append --enable-dbi + configure.args-append --with-dbi-dbd-dir=${prefix}/lib/dbd notes-append "gnucash DBI backend support requires the libdbi-drivers port to be built with support for the desired databases. sqlite3 is available by default; for MySQL or PostgreSQL support, ensure that the corresponding variant is selected for libdbi-drivers." }