[109393] users/mojca/wxports/perl/p5-alien-wxwidgets/Portfile

mojca at macports.org mojca at macports.org
Wed Aug 14 10:22:22 PDT 2013


Revision: 109393
          https://trac.macports.org/changeset/109393
Author:   mojca at macports.org
Date:     2013-08-14 10:22:21 -0700 (Wed, 14 Aug 2013)
Log Message:
-----------
mojca/p5-alien-wxwidgets: fix the build

Modified Paths:
--------------
    users/mojca/wxports/perl/p5-alien-wxwidgets/Portfile

Modified: users/mojca/wxports/perl/p5-alien-wxwidgets/Portfile
===================================================================
--- users/mojca/wxports/perl/p5-alien-wxwidgets/Portfile	2013-08-14 17:11:35 UTC (rev 109392)
+++ users/mojca/wxports/perl/p5-alien-wxwidgets/Portfile	2013-08-14 17:22:21 UTC (rev 109393)
@@ -23,10 +23,13 @@
                     sha256 bdaec7b54d9bbcf6e7e5ef52f7e23ad4295c54819d6f29e6ca3bf07f6fdb35bb
 
 wxWidgets.use       wxWidgets-3.0
+perl5.use_module_build
 
 if {${perl5.major} != ""} {
     depends_lib-append  port:wxWidgets-3.0
 
-    configure.env-append \
-                        WX_CONFIG=${wxWidgets.prefix}
+    # the first two settings may not be needed
+    configure.args-append --wxWidgets-build=0
+    configure.env-append  WX_CONFIG=${wxWidgets.wxconfig}
+    build.env-append      WX_CONFIG=${wxWidgets.wxconfig}
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130814/40fea4d0/attachment-0001.html>


More information about the macports-changes mailing list