Ticket #44772: wxWidgets-2.8-keepdirs.diff
File wxWidgets-2.8-keepdirs.diff, 853 bytes (added by mojca (Mojca Miklavec), 10 years ago) |
---|
-
Portfile
9 9 10 10 name wxWidgets-2.8 11 11 version 2.8.12 12 revision 112 revision 2 13 13 set branch [join [lrange [split ${version} .] 0 1] .] 14 14 set wxpythonsubset wxPython-2.8.12.1-MacPorts-subset 15 15 … … 163 163 # maybe not needed 164 164 set confscript ${wxWidgets.prefix}/lib/wx/config/${wxtype}-unicode-${installtype}-${branch} 165 165 ln -sf ${confscript} ${destroot}${wxWidgets.prefix}/bin/wx-config 166 xinstall -m 755 -d ${destroot}${prefix}/share/bakefile/presets 166 167 } 167 168 169 destroot.keepdirs ${destroot}${prefix}/share/bakefile/presets 170 168 171 variant aui description {add support for AUI docking library} { 169 172 configure.args-append --enable-aui 170 173 }