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

snc at macports.org snc at macports.org
Fri Oct 9 21:58:56 PDT 2009


Revision: 59134
          http://trac.macports.org/changeset/59134
Author:   snc at macports.org
Date:     2009-10-09 21:58:55 -0700 (Fri, 09 Oct 2009)
Log Message:
-----------
force i386 in SL. temporary fix for #20291. added license.

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

Modified: trunk/dports/aqua/TeXShop/Portfile
===================================================================
--- trunk/dports/aqua/TeXShop/Portfile	2009-10-10 04:56:18 UTC (rev 59133)
+++ trunk/dports/aqua/TeXShop/Portfile	2009-10-10 04:58:55 UTC (rev 59134)
@@ -8,7 +8,7 @@
 version         2.26
 revision        1
 categories      aqua editors
-#license         GPL
+license         GPL
 maintainers     snc openmaintainer
 description     TeX previewer for Mac OS X
 long_description   \
@@ -27,6 +27,12 @@
                     sha1    fbdf076d4856486f6e91971fa81b9ebd8aae27bc \
                     rmd160  906b28a596929d896bea1c547644594942e3dcbb
 
+if {${os.major} > 9} {
+    # force 32-bit in SL and beyond.
+    # temporary fix for the 7 build issues presented
+    # in ticket #20291
+    configure.build_arch i386
+}
 post-extract    {
     reinplace "s/defaultConfigurationName = Debug/defaultConfigurationName = Release/" ${worksrcpath}/${name}.xcodeproj/project.pbxproj
     
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20091009/f5ed73a6/attachment.html>


More information about the macports-changes mailing list