diff --git a/_resources/port1.0/group/kde4-1.1.tcl b/_resources/port1.0/group/kde4-1.1.tcl
index d618f85..9d03e6a 100644
|
a
|
b
|
configure.args-append -DBUILD_doc=OFF \ |
| 92 | 92 | |
| 93 | 93 | # explicitly define certain headers and libraries, to avoid |
| 94 | 94 | # conflicts with those installed into system paths by the user. |
| | 95 | # 20151015 RJVB : these are handled in FindMySQL.cmake : |
| | 96 | # -DMYSQL_INCLUDE_DIR=${prefix}/include/mysql5/mysql \ |
| | 97 | # -DMYSQL_LIB_DIR=${prefix}/lib/mysql5/mysql \ |
| | 98 | # 20151015 RJVB : these are best left to port select ... |
| | 99 | # -DMYSQLCONFIG_EXECUTABLE=${prefix}/bin/mysql_config5 \ |
| | 100 | # -DMYSQLD_EXECUTABLE=${prefix}/libexec/mysqld \ |
| | 101 | |
| 95 | 102 | configure.args-append -DDOCBOOKXSL_DIR=${prefix}/share/xsl/docbook-xsl \ |
| 96 | 103 | -DGETTEXT_INCLUDE_DIR=${prefix}/include \ |
| 97 | 104 | -DGETTEXT_LIBRARY=${prefix}/lib/libgettextlib.dylib \ |
| … |
… |
configure.args-append -DDOCBOOKXSL_DIR=${prefix}/share/xsl/docbook-xsl \ |
| 116 | 123 | -DLIBXML2_XMLLINT_EXECUTABLE=${prefix}/bin/xmllint \ |
| 117 | 124 | -DLIBXSLT_INCLUDE_DIR=${prefix}/include \ |
| 118 | 125 | -DLIBXSLT_LIBRARIES=${prefix}/lib/libxslt.dylib \ |
| 119 | | -DMYSQLD_EXECUTABLE=${prefix}/libexec/mysqld \ |
| 120 | | -DMYSQL_INCLUDE_DIR=${prefix}/include/mysql5/mysql \ |
| 121 | | -DMYSQL_LIB_DIR=${prefix}/lib/mysql5/mysql \ |
| 122 | | -DMYSQLCONFIG_EXECUTABLE=${prefix}/bin/mysql_config5 \ |
| 123 | 126 | -DOPENAL_INCLUDE_DIR=/System/Library/Frameworks/OpenAL.framework/Headers \ |
| 124 | 127 | -DOPENAL_LIBRARY=/System/Library/Frameworks/OpenAL.framework \ |
| 125 | 128 | -DPNG_INCLUDE_DIR=${prefix}/include \ |