[55475] trunk/dports/emulators/qemu/Portfile

ryandesign at macports.org ryandesign at macports.org
Tue Aug 11 18:25:57 PDT 2009


Revision: 55475
          http://trac.macports.org/changeset/55475
Author:   ryandesign at macports.org
Date:     2009-08-11 18:25:56 -0700 (Tue, 11 Aug 2009)
Log Message:
-----------
qemu: does not build on Tiger because it wants to build 64-bit and tries to link with system libraries which are not 64-bit on Tiger; see #19161

Modified Paths:
--------------
    trunk/dports/emulators/qemu/Portfile

Modified: trunk/dports/emulators/qemu/Portfile
===================================================================
--- trunk/dports/emulators/qemu/Portfile	2009-08-12 01:08:53 UTC (rev 55474)
+++ trunk/dports/emulators/qemu/Portfile	2009-08-12 01:25:56 UTC (rev 55475)
@@ -26,3 +26,10 @@
 platform macosx {
     configure.args-append --enable-cocoa --target-list=i386-softmmu
 }
+
+pre-fetch {
+    if {"darwin" == ${os.platform} && ${os.major} < 9} {
+        ui_error "${name} ${version} requires Mac OS X 10.5 or greater."
+        return -code error "incompatible Mac OS X version"
+    }
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090811/b816a621/attachment.html>


More information about the macports-changes mailing list