summaryrefslogtreecommitdiff
path: root/devel/liboil
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2009-03-23 17:10:21 +0000
committertron <tron@pkgsrc.org>2009-03-23 17:10:21 +0000
commit14425475c38304d8505f9fd580fc8ec8a3eaf8f8 (patch)
tree9468413df704e9c533b4f59d0b5e30a651d136b0 /devel/liboil
parent0554442edbb9fbdb3eaedc2150af895f91505e23 (diff)
downloadpkgsrc-14425475c38304d8505f9fd580fc8ec8a3eaf8f8.tar.gz
Fix the build under Mac OS X PowerPC by disabling the assembler routines.
Diffstat (limited to 'devel/liboil')
-rw-r--r--devel/liboil/distinfo4
-rw-r--r--devel/liboil/patches/patch-aa25
2 files changed, 23 insertions, 6 deletions
diff --git a/devel/liboil/distinfo b/devel/liboil/distinfo
index 14795adcf3a..fe5e8794c86 100644
--- a/devel/liboil/distinfo
+++ b/devel/liboil/distinfo
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.17 2009/03/22 21:02:17 wiz Exp $
+$NetBSD: distinfo,v 1.18 2009/03/23 17:10:21 tron Exp $
SHA1 (liboil-0.3.16.tar.gz) = 0d6530ccb22d805c5209a185a94b575111ec34f3
RMD160 (liboil-0.3.16.tar.gz) = 5add00151e24ee8cc5a8dfb40223936a576cbffd
Size (liboil-0.3.16.tar.gz) = 855765 bytes
-SHA1 (patch-aa) = 363219c8afee30ac07f73278f127de01d6a5b689
+SHA1 (patch-aa) = 9c23db836365ff95e878cea20819b2efba059b51
SHA1 (patch-ab) = 13ff4bef610a28174a2a41b74029f24f04fd598f
SHA1 (patch-ac) = 4559e8b635099d96df59bcc5525eb3c0322720ba
SHA1 (patch-ad) = 2ed2e23de780aad575b2614afa7af48e9e4ca571
diff --git a/devel/liboil/patches/patch-aa b/devel/liboil/patches/patch-aa
index 2cf48bdbf5f..d7373bae1f4 100644
--- a/devel/liboil/patches/patch-aa
+++ b/devel/liboil/patches/patch-aa
@@ -1,8 +1,25 @@
-$NetBSD: patch-aa,v 1.10 2009/01/26 14:08:13 sketch Exp $
+$NetBSD: patch-aa,v 1.11 2009/03/23 17:10:21 tron Exp $
---- configure.orig Mon Jan 26 13:57:43 2009
-+++ configure Mon Jan 26 13:58:58 2009
-@@ -16800,6 +16800,9 @@
+The first patch fixes the build under Mac OS X PowerPC, see here:
+
+https://bugs.freedesktop.org/show_bug.cgi?id=20815
+
+--- configure.orig 2009-03-19 05:41:27.000000000 +0000
++++ configure 2009-03-23 16:58:20.000000000 +0000
+@@ -11668,6 +11668,12 @@
+ main ()
+ {
+
++#ifdef __APPLE__
++#ifdef __ppc__
++#error Assembler support is broken under Mac OS X PowerPC.
++#endif
++#endif
++
+ #ifndef __GNUC__
+ #error Not GCC
+ #endif
+@@ -17694,6 +17700,9 @@
#error GCC before 4.2 has critical bugs compiling SSE2 intrinsics
#endif
#endif