[46067] trunk/dports/xfce/exo

afb at macports.org afb at macports.org
Tue Jan 27 23:49:16 PST 2009


Revision: 46067
          http://trac.macports.org/changeset/46067
Author:   afb at macports.org
Date:     2009-01-27 23:49:16 -0800 (Tue, 27 Jan 2009)
Log Message:
-----------
fix +universal build (#17903)

Modified Paths:
--------------
    trunk/dports/xfce/exo/Portfile

Added Paths:
-----------
    trunk/dports/xfce/exo/files/exo-mmintrin.diff

Modified: trunk/dports/xfce/exo/Portfile
===================================================================
--- trunk/dports/xfce/exo/Portfile	2009-01-28 07:29:00 UTC (rev 46066)
+++ trunk/dports/xfce/exo/Portfile	2009-01-28 07:49:16 UTC (rev 46067)
@@ -4,7 +4,7 @@
 
 name		exo
 version		0.3.4
-revision	1
+revision	2
 categories	xfce
 platforms	darwin
 maintainers	afb at macports.org
@@ -21,6 +21,8 @@
 
 depends_lib	port:p5-uri port:libxfce4util port:gtk2 port:pkgconfig
 
+patchfiles	exo-mmintrin.diff
+
 pre-build {
 	system "cd $worksrcpath && patch -p0 -i $portpath/files/undefined.patch"
 }

Added: trunk/dports/xfce/exo/files/exo-mmintrin.diff
===================================================================
--- trunk/dports/xfce/exo/files/exo-mmintrin.diff	                        (rev 0)
+++ trunk/dports/xfce/exo/files/exo-mmintrin.diff	2009-01-28 07:49:16 UTC (rev 46067)
@@ -0,0 +1,14 @@
+--- ./exo/exo-gdk-pixbuf-extensions.c.orig	2007-12-02 13:33:44.000000000 +0100
++++ ./exo/exo-gdk-pixbuf-extensions.c	2009-01-28 08:27:09.000000000 +0100
+@@ -43,9 +43,11 @@
+ #ifdef HAVE_MATH_H
+ #include <math.h>
+ #endif
++#if defined(__GNUC__) && defined(__MMX__)
+ #ifdef HAVE_MMINTRIN_H
+ #include <mmintrin.h>
+ #endif
++#endif
+ #ifdef HAVE_STDLIB_H
+ #include <stdlib.h>
+ #endif
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090127/463e6fb8/attachment.html>


More information about the macports-changes mailing list