]> git.pld-linux.org Git - packages/liboil.git/commitdiff
- disable altivec usage in liboil, this is just temporary workaround, i
authorhavner <havner@pld-linux.org>
Fri, 25 Mar 2005 09:22:25 +0000 (09:22 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  need to move packages from ready today and i'm unable to do it without
  liboil on ppc, still waiting for kernel upgrade on builder

Changed files:
    liboil-no_altivec.patch -> 1.1

liboil-no_altivec.patch [new file with mode: 0644]

diff --git a/liboil-no_altivec.patch b/liboil-no_altivec.patch
new file mode 100644 (file)
index 0000000..ffaa118
--- /dev/null
@@ -0,0 +1,20 @@
+diff -ur liboil-0.3.1.orig/configure.ac liboil-0.3.1/configure.ac
+--- liboil-0.3.1.orig/configure.ac     2005-03-25 10:15:58.000000000 +0100
++++ liboil-0.3.1/configure.ac  2005-03-25 10:20:35.000000000 +0100
+@@ -158,11 +158,11 @@
+     [LIBOIL_CFLAGS="$LIBOIL_CFLAGS -Wa,-mregnames"],
+     true)
+ fi
+-if test x$HAVE_CPU_POWERPC = xyes ; then
+-  AS_COMPILER_FLAG(["-Wa,-maltivec"],
+-    [LIBOIL_CFLAGS="$LIBOIL_CFLAGS -Wa,-maltivec"],
+-    true)
+-fi
++#if test x$HAVE_CPU_POWERPC = xyes ; then
++#  AS_COMPILER_FLAG(["-Wa,-maltivec"],
++#    [LIBOIL_CFLAGS="$LIBOIL_CFLAGS -Wa,-maltivec"],
++#    true)
++#fi
+ LIBOIL_CFLAGS="$LIBOIL_CFLAGS -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -I\$(top_srcdir)"
+ AC_SUBST(LIBOIL_CFLAGS)
This page took 0.04065 seconds and 4 git commands to generate.