pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/libvisual Test for a defined symbol correctly. M...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/de3653530dfe
branches:  trunk
changeset: 494438:de3653530dfe
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue May 24 12:29:40 2005 +0000

description:
Test for a defined symbol correctly. Might fix macppc build.

diffstat:

 audio/libvisual/distinfo         |   4 ++--
 audio/libvisual/patches/patch-aa |  11 ++++++++++-
 2 files changed, 12 insertions(+), 3 deletions(-)

diffs (35 lines):

diff -r 479f8ecd7cde -r de3653530dfe audio/libvisual/distinfo
--- a/audio/libvisual/distinfo  Tue May 24 12:22:39 2005 +0000
+++ b/audio/libvisual/distinfo  Tue May 24 12:29:40 2005 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.5 2005/04/19 15:38:21 rillig Exp $
+$NetBSD: distinfo,v 1.6 2005/05/24 12:29:40 wiz Exp $
 
 SHA1 (libvisual-0.2.0.tar.gz) = 8867f743c7407890c8cc571acab2fbcab869f3a1
 RMD160 (libvisual-0.2.0.tar.gz) = d933e849ffb8ce8f21d9d58e92fd104b137b718d
 Size (libvisual-0.2.0.tar.gz) = 431141 bytes
-SHA1 (patch-aa) = eb0423c24a7900b0fd92f35a27ce4eeff307a750
+SHA1 (patch-aa) = f7a0b011fa39996813bb7a8fe00aefdfaa680583
 SHA1 (patch-ab) = cdb5e59ddb38e6bd144f643ef1b1b6dc524fd4fb
diff -r 479f8ecd7cde -r de3653530dfe audio/libvisual/patches/patch-aa
--- a/audio/libvisual/patches/patch-aa  Tue May 24 12:22:39 2005 +0000
+++ b/audio/libvisual/patches/patch-aa  Tue May 24 12:29:40 2005 +0000
@@ -1,4 +1,4 @@
-$NetBSD: patch-aa,v 1.2 2005/02/20 15:06:17 wiz Exp $
+$NetBSD: patch-aa,v 1.3 2005/05/24 12:29:40 wiz Exp $
 
 --- libvisual/lv_cpu.c.orig    2005-02-09 20:20:12.000000000 +0100
 +++ libvisual/lv_cpu.c
@@ -11,3 +11,12 @@
        _lv_cpu_caps.nrcpu = sysconf (_SC_NPROCESSORS_ONLN);
        if (_lv_cpu_caps.nrcpu == -1)
                _lv_cpu_caps.nrcpu = 1;
+@@ -423,7 +423,7 @@ void visual_cpu_initialize ()
+ #endif
+ #endif /* VISUAL_ARCH_X86 */
+ 
+-#if VISUAL_ARCH_POWERPC
++#if defined(VISUAL_ARCH_POWERPC)
+       check_os_altivec_support ();
+ #endif /* VISUAL_ARCH_POWERPC */
+ 



Home | Main Index | Thread Index | Old Index