[110296] trunk/dports/graphics/wxWidgets-3.0/Portfile

michaelld at macports.org michaelld at macports.org
Thu Aug 29 10:53:42 PDT 2013


Revision: 110296
          https://trac.macports.org/changeset/110296
Author:   michaelld at macports.org
Date:     2013-08-29 10:53:42 -0700 (Thu, 29 Aug 2013)
Log Message:
-----------
wxWidgets-3.0: do post-destroot to relink wx-config.

Modified Paths:
--------------
    trunk/dports/graphics/wxWidgets-3.0/Portfile

Modified: trunk/dports/graphics/wxWidgets-3.0/Portfile
===================================================================
--- trunk/dports/graphics/wxWidgets-3.0/Portfile	2013-08-29 17:46:56 UTC (rev 110295)
+++ trunk/dports/graphics/wxWidgets-3.0/Portfile	2013-08-29 17:53:42 UTC (rev 110296)
@@ -179,10 +179,10 @@
     #}
 }
 
-# post-destroot {
-#     set confscript ${wxWidgets.prefix}/lib/wx/config/${wxtype}-unicode-${branch}
-#     ln -sf ${confscript} ${destroot}${wxWidgets.prefix}/bin/wx-config
-# }
+post-destroot {
+    set confscript ${wxWidgets.prefix}/lib/wx/config/${wxtype}-unicode-${branch}
+    ln -sf ${confscript} ${destroot}${wxWidgets.prefix}/bin/wx-config
+}
 
 variant universal {
     set archs [join ${configure.universal_archs} ,]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130829/d02e423d/attachment.html>


More information about the macports-changes mailing list