pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/ladspa Linux defines __linux__, not __Linux__.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bc413db6d2ac
branches:  trunk
changeset: 491887:bc413db6d2ac
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Thu Mar 31 17:06:28 2005 +0000

description:
Linux defines __linux__, not __Linux__.

diffstat:

 audio/ladspa/distinfo         |  4 ++--
 audio/ladspa/patches/patch-ab |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (31 lines):

diff -r 0ce298dafab1 -r bc413db6d2ac audio/ladspa/distinfo
--- a/audio/ladspa/distinfo     Thu Mar 31 16:45:28 2005 +0000
+++ b/audio/ladspa/distinfo     Thu Mar 31 17:06:28 2005 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.2 2005/02/23 20:39:47 agc Exp $
+$NetBSD: distinfo,v 1.3 2005/03/31 17:06:28 minskim Exp $
 
 SHA1 (ladspa_sdk_1.12.tgz) = 36a3a7a00f96281ca443dcae15d33f462398c4d4
 RMD160 (ladspa_sdk_1.12.tgz) = 7967731c28785287691655d9346cf46654f4235b
 Size (ladspa_sdk_1.12.tgz) = 71165 bytes
 SHA1 (patch-aa) = 0937e9193ad19a20ec4dd746481db257eeae1d9b
-SHA1 (patch-ab) = 683f59749afb63ade931529eecfd8125634d3964
+SHA1 (patch-ab) = 729277aaae806d9698e185f630aa6ec65f009d51
diff -r 0ce298dafab1 -r bc413db6d2ac audio/ladspa/patches/patch-ab
--- a/audio/ladspa/patches/patch-ab     Thu Mar 31 16:45:28 2005 +0000
+++ b/audio/ladspa/patches/patch-ab     Thu Mar 31 17:06:28 2005 +0000
@@ -1,4 +1,4 @@
-$NetBSD: patch-ab,v 1.1.1.1 2005/01/12 13:57:51 xtraeme Exp $
+$NetBSD: patch-ab,v 1.2 2005/03/31 17:06:29 minskim Exp $
 
 --- applyplugin.c.orig 2004-02-28 17:11:28.000000000 +0100
 +++ applyplugin.c      2004-02-28 17:12:19.000000000 +0100
@@ -7,7 +7,7 @@
  
  #include <dlfcn.h>
 -#include <endian.h>
-+#ifdef __Linux__
++#ifdef __linux__
 +# include <endian.h>
 +#else
 +# include <sys/endian.h>



Home | Main Index | Thread Index | Old Index