[93068] trunk/dports/lang/polyml

mww at macports.org mww at macports.org
Mon May 14 11:19:10 PDT 2012


Revision: 93068
          https://trac.macports.org/changeset/93068
Author:   mww at macports.org
Date:     2012-05-14 11:19:10 -0700 (Mon, 14 May 2012)
Log Message:
-----------
polyml: fix native build with llvm

Added Paths:
-----------
    trunk/dports/lang/polyml/files/
    trunk/dports/lang/polyml/files/patch-libpolyml-x86asm.asm.diff

Added: trunk/dports/lang/polyml/files/patch-libpolyml-x86asm.asm.diff
===================================================================
--- trunk/dports/lang/polyml/files/patch-libpolyml-x86asm.asm.diff	                        (rev 0)
+++ trunk/dports/lang/polyml/files/patch-libpolyml-x86asm.asm.diff	2012-05-14 18:19:10 UTC (rev 93068)
@@ -0,0 +1,29 @@
+--- libpolyml/x86asm.asm	2011-07-12 16:06:49.000000000 +0200
++++ libpolyml/x86asm.asm	2012-05-14 20:05:43.000000000 +0200
+@@ -1457,7 +1457,7 @@
+ IFNDEF HOSTARCHITECTURE_X86_64
+     cdq
+ ELSE
+-    cqo
++    cqto
+ ENDIF
+     idiv    Redi
+ CALLMACRO   MAKETAGGED  Reax,Reax
+@@ -1485,7 +1485,7 @@
+ IFNDEF HOSTARCHITECTURE_X86_64
+     cdq
+ ELSE
+-    cqo
++    cqto
+ ENDIF
+     idiv    Redi
+ CALLMACRO   MAKETAGGED  Redx,Reax
+@@ -1525,7 +1525,7 @@
+ IFNDEF HOSTARCHITECTURE_X86_64
+     cdq
+ ELSE
+-    cqo
++    cqto
+ ENDIF
+     idiv    Redi
+ CALLMACRO   MAKETAGGED  Reax,Reax
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120514/bd158e8c/attachment-0001.html>


More information about the macports-changes mailing list