[118217] trunk/dports/net/FreeRDP/Portfile

and.damore at macports.org and.damore at macports.org
Wed Mar 26 04:39:28 PDT 2014


Revision: 118217
          https://trac.macports.org/changeset/118217
Author:   and.damore at macports.org
Date:     2014-03-26 04:39:28 -0700 (Wed, 26 Mar 2014)
Log Message:
-----------
port FreeRDP: disable xib Auto Layout on Snow Leopard host system, #40097, nomaintainer

Modified Paths:
--------------
    trunk/dports/net/FreeRDP/Portfile

Modified: trunk/dports/net/FreeRDP/Portfile
===================================================================
--- trunk/dports/net/FreeRDP/Portfile	2014-03-26 10:30:56 UTC (rev 118216)
+++ trunk/dports/net/FreeRDP/Portfile	2014-03-26 11:39:28 UTC (rev 118217)
@@ -51,4 +51,11 @@
             ${worksrcpath}/client/Mac/cli/CMakeLists.txt \
             ${worksrcpath}/client/Mac/CMakeLists.txt
     }
+
+    if {${os.platform} eq "darwin" && ${os.major} == 10} {
+        reinplace "s|UseAutolayout\">YES|UseAutolayout\">NO|" \
+            ${worksrcpath}/client/Mac/PasswordDialog.xib \
+            ${worksrcpath}/client/Mac/cli/en.lproj/MainMenu.xib \
+            ${worksrcpath}/client/Mac/cli/MainMenu.xib
+    }
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140326/84865477/attachment.html>


More information about the macports-changes mailing list