[141647] trunk/dports/aqua/TeXShop3/Portfile

ryandesign at macports.org ryandesign at macports.org
Sat Dec 12 02:24:57 PST 2015


Revision: 141647
          https://trac.macports.org/changeset/141647
Author:   ryandesign at macports.org
Date:     2015-10-24 17:51:52 -0700 (Sat, 24 Oct 2015)
Log Message:
-----------
TeXShop3: disable universal variant

Modified Paths:
--------------
    trunk/dports/aqua/TeXShop3/Portfile

Modified: trunk/dports/aqua/TeXShop3/Portfile
===================================================================
--- trunk/dports/aqua/TeXShop3/Portfile	2015-10-25 00:43:49 UTC (rev 141646)
+++ trunk/dports/aqua/TeXShop3/Portfile	2015-10-25 00:51:52 UTC (rev 141647)
@@ -59,12 +59,13 @@
 	patch-MyPDFKitView-Magnification.m.diff
 }
 
+# error: -fobjc-arc is not supported on platforms using the legacy runtime
+supported_archs x86_64
+
 post-extract    {
     set ogrekit "OgreKit.framework/Versions/A/OgreKit"
-    if {![variant_isset universal]} {
-        # thin the bundled frameworks
-        system "cd ${worksrcpath} && lipo -thin ${configure.build_arch} $ogrekit -output $ogrekit"
-    }
+    # thin the bundled frameworks
+    system -W ${worksrcpath} "lipo -thin ${configure.build_arch} ${ogrekit} -output ${ogrekit}"
 }
 
 macosx_deployment_target     10.7
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151212/616ebfc7/attachment.html>


More information about the macports-changes mailing list