[112437] trunk/dports/www/FileZilla/files/patch-wxWidgets-2.9.diff
mojca at macports.org
mojca at macports.org
Wed Oct 23 02:35:47 PDT 2013
Revision: 112437
https://trac.macports.org/changeset/112437
Author: mojca at macports.org
Date: 2013-10-23 02:35:47 -0700 (Wed, 23 Oct 2013)
Log Message:
-----------
filezilla: allow wxWidgets versions up to 3.0, not just 2.9 (prevent configuration failure after wxWidgets-3.0 upgrade)
Modified Paths:
--------------
trunk/dports/www/FileZilla/files/patch-wxWidgets-2.9.diff
Modified: trunk/dports/www/FileZilla/files/patch-wxWidgets-2.9.diff
===================================================================
--- trunk/dports/www/FileZilla/files/patch-wxWidgets-2.9.diff 2013-10-23 09:33:38 UTC (rev 112436)
+++ trunk/dports/www/FileZilla/files/patch-wxWidgets-2.9.diff 2013-10-23 09:35:47 UTC (rev 112437)
@@ -112,8 +112,8 @@
fi
- if test "$wx_config_major_version" -gt "2" || test "$wx_config_minor_version" -gt "8"; then
- as_fn_error $? "You need to use wxWidgets 2.8.x to compile this program." "$LINENO" 5
-+ if test "$wx_config_major_version" -gt "2" || test "$wx_config_minor_version" -gt "9"; then
-+ as_fn_error $? "You need to use wxWidgets 2.9.x to compile this program." "$LINENO" 5
++ if test "$wx_config_major_version" -gt "3" || test "$wx_config_minor_version" -gt "0"; then
++ as_fn_error $? "You need to use wxWidgets 3.0.x to compile this program." "$LINENO" 5
fi
# --universal=no doesn't work correctly, it still accepts universal builds. Reject it manually here.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20131023/e605977e/attachment-0001.html>
More information about the macports-changes
mailing list