pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/liboil Fix build on DragonFly.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c825bfea998e
branches:  trunk
changeset: 527722:c825bfea998e
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Thu Apr 12 17:53:41 2007 +0000

description:
Fix build on DragonFly.

diffstat:

 devel/liboil/distinfo         |   3 ++-
 devel/liboil/patches/patch-aa |  13 +++++++++++++
 2 files changed, 15 insertions(+), 1 deletions(-)

diffs (28 lines):

diff -r 69b347ab8bef -r c825bfea998e devel/liboil/distinfo
--- a/devel/liboil/distinfo     Thu Apr 12 17:26:40 2007 +0000
+++ b/devel/liboil/distinfo     Thu Apr 12 17:53:41 2007 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.5 2007/04/10 16:09:42 drochner Exp $
+$NetBSD: distinfo,v 1.6 2007/04/12 17:53:41 joerg Exp $
 
 SHA1 (liboil-0.3.11.tar.gz) = 1c1a9952d81c1c89f73e5ed16e4665d2d7d59f7f
 RMD160 (liboil-0.3.11.tar.gz) = 4edf5dad57fa920f44ba10ca4d8e406abce30971
 Size (liboil-0.3.11.tar.gz) = 881159 bytes
+SHA1 (patch-aa) = 9f6478ae4008ed9881e6dcf99beb4b49db04c9e5
diff -r 69b347ab8bef -r c825bfea998e devel/liboil/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/liboil/patches/patch-aa     Thu Apr 12 17:53:41 2007 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.5 2007/04/12 17:53:41 joerg Exp $
+
+--- liboil/liboilcpu.c.orig    2007-04-12 17:34:43.000000000 +0000
++++ liboil/liboilcpu.c
+@@ -574,7 +574,7 @@ oil_cpu_detect_getisax (void)
+ static void
+ oil_cpu_detect_kernel_support (void)
+ {
+-#ifdef __FreeBSD__
++#if defined(__FreeBSD__) || defined(__DragonFly__)
+   int ret, enabled;
+   size_t len;
+ 



Home | Main Index | Thread Index | Old Index