[53285] trunk/dports/aqua/TeXShop/Portfile

snc at macports.org snc at macports.org
Thu Jul 2 08:15:48 PDT 2009


Revision: 53285
          http://trac.macports.org/changeset/53285
Author:   snc at macports.org
Date:     2009-07-02 08:15:47 -0700 (Thu, 02 Jul 2009)
Log Message:
-----------
#20130, x86_64 does not exist in OgreKit. not incrementing revision.

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

Modified: trunk/dports/aqua/TeXShop/Portfile
===================================================================
--- trunk/dports/aqua/TeXShop/Portfile	2009-07-02 14:53:13 UTC (rev 53284)
+++ trunk/dports/aqua/TeXShop/Portfile	2009-07-02 15:15:47 UTC (rev 53285)
@@ -50,6 +50,10 @@
             set arch i386
         }
         system "cd ${worksrcpath} && lipo -thin $arch $sparkle -output $sparkle"
+        # x86_64 does not exist in OgreKit
+        if {${arch} == "x86_64"} {
+            set arch i386
+        }
         system "cd ${worksrcpath} && lipo -thin $arch $ogrekit -output $ogrekit"
     } elseif {${os.major} == 8} {
         # Tiger chokes on the x86_64
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090702/6afc9141/attachment.html>


More information about the macports-changes mailing list