pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/liboil Fix the build under Mac OS X PowerPC by d...
details: https://anonhg.NetBSD.org/pkgsrc/rev/ea21ad76cb7e
branches: trunk
changeset: 556616:ea21ad76cb7e
user: tron <tron%pkgsrc.org@localhost>
date: Mon Mar 23 17:10:21 2009 +0000
description:
Fix the build under Mac OS X PowerPC by disabling the assembler routines.
diffstat:
devel/liboil/distinfo | 4 ++--
devel/liboil/patches/patch-aa | 25 +++++++++++++++++++++----
2 files changed, 23 insertions(+), 6 deletions(-)
diffs (48 lines):
diff -r 6806d2dd2e2f -r ea21ad76cb7e devel/liboil/distinfo
--- a/devel/liboil/distinfo Mon Mar 23 14:43:13 2009 +0000
+++ b/devel/liboil/distinfo Mon Mar 23 17:10:21 2009 +0000
@@ -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 -r 6806d2dd2e2f -r ea21ad76cb7e devel/liboil/patches/patch-aa
--- a/devel/liboil/patches/patch-aa Mon Mar 23 14:43:13 2009 +0000
+++ b/devel/liboil/patches/patch-aa Mon Mar 23 17:10:21 2009 +0000
@@ -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 $
+
+The first patch fixes the build under Mac OS X PowerPC, see here:
+
+https://bugs.freedesktop.org/show_bug.cgi?id=20815
---- configure.orig Mon Jan 26 13:57:43 2009
-+++ configure Mon Jan 26 13:58:58 2009
-@@ -16800,6 +16800,9 @@
+--- 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
Home |
Main Index |
Thread Index |
Old Index