[119217] trunk/dports/multimedia/xine-lib/Portfile

ryandesign at macports.org ryandesign at macports.org
Sun Apr 20 12:54:30 PDT 2014


Revision: 119217
          https://trac.macports.org/changeset/119217
Author:   ryandesign at macports.org
Date:     2014-04-20 12:54:30 -0700 (Sun, 20 Apr 2014)
Log Message:
-----------
xine-lib: blacklist llvm-gcc-4.2 to fix build error "unsupported inline asm: input constraint with a matching output constraint of incompatible type!" (#35273)

Modified Paths:
--------------
    trunk/dports/multimedia/xine-lib/Portfile

Modified: trunk/dports/multimedia/xine-lib/Portfile
===================================================================
--- trunk/dports/multimedia/xine-lib/Portfile	2014-04-20 19:53:24 UTC (rev 119216)
+++ trunk/dports/multimedia/xine-lib/Portfile	2014-04-20 19:54:30 UTC (rev 119217)
@@ -46,8 +46,11 @@
 patchfiles-append   patch-src-post-goom-mmx.h.diff
 
 # bad register name `%rax'
-universal_variant       no
+universal_variant   no
 
+# unsupported inline asm: input constraint with a matching output constraint of incompatible type!
+compiler.blacklist  *llvm-gcc-4.2
+
 configure.args  --disable-silent-rules
 if {${os.platform} eq "darwin" && [string match *64 $build_arch]} {
     configure.args-append --build=${build_arch}-apple-${os.platform}${os.version}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140420/49a1c33b/attachment-0001.html>


More information about the macports-changes mailing list