[110359] trunk/dports/graphics/wxWidgets-3.0/Portfile
Revision: 110359 https://trac.macports.org/changeset/110359 Author: michaelld@macports.org Date: 2013-08-30 09:52:20 -0700 (Fri, 30 Aug 2013) Log Message: ----------- wxWidgets-3.0: apple patch to wx/math.h only with 2.9.4; it is already integrated into 2.9.5. 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-30 16:34:59 UTC (rev 110358) +++ trunk/dports/graphics/wxWidgets-3.0/Portfile 2013-08-30 16:52:20 UTC (rev 110359) @@ -22,6 +22,8 @@ version 2.9.4 revision 1 set wxpythonsubset wxPython-2.9.4.0-MacPorts-subset + # temporary patch for 2.9.4 only; already integrated into 2.9.5 + patchfiles-append patch-include-wx-math.h.diff } elseif {$subport == "wxgtk-3.0"} { # with satisfactory Cocoa support there is no real need for GTK-based wxWidgets any more # wxgtk-3.0 is here mainly for testing purposes @@ -75,7 +77,7 @@ # without (the second part of) this patch wxrc-2.9 ends up linking to libraries in workdir # http://trac.wxwidgets.org/ticket/15452 -patchfiles patch-configure.diff +patchfiles-append patch-configure.diff post-patch { reinplace "s|@@PREFIX@@|${prefix}|g" ${patch.dir}/configure @@ -206,7 +208,6 @@ } variant stdlib description {add support for various standard library features} { - patchfiles-append patch-include-wx-math.h.diff configure.args-append --enable-stl \ --enable-std_containers \ --enable-std_iostreams \
participants (1)
-
michaelld@macports.org