[144647] trunk/dports/www/webkit2-gtk/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Thu Jan 14 08:57:49 PST 2016


Revision: 144647
          https://trac.macports.org/changeset/144647
Author:   jeremyhu at macports.org
Date:     2016-01-14 08:57:49 -0800 (Thu, 14 Jan 2016)
Log Message:
-----------
webkit2-gtk: Fix error message for libstdc++ runtime users

Modified Paths:
--------------
    trunk/dports/www/webkit2-gtk/Portfile

Modified: trunk/dports/www/webkit2-gtk/Portfile
===================================================================
--- trunk/dports/www/webkit2-gtk/Portfile	2016-01-14 16:57:42 UTC (rev 144646)
+++ trunk/dports/www/webkit2-gtk/Portfile	2016-01-14 16:57:49 UTC (rev 144647)
@@ -97,7 +97,7 @@
 platform darwin {
     pre-configure {
         if {${configure.cxx_stdlib} eq "libstdc++"} {
-            ui_error "${subport} is not supported for this installation of MacPorts.  It requires libc++ be selected as your C++ runtime.  Please use ${subport}-2.0 instead"
+            ui_error "${subport} is not supported for this installation of MacPorts.  It requires libc++ be selected as your C++ runtime."
             error "unsupported configuration"
         }
     }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160114/4f087248/attachment.html>


More information about the macports-changes mailing list