diff options
author | marino <marino@pkgsrc.org> | 2011-11-27 11:40:07 +0000 |
---|---|---|
committer | marino <marino@pkgsrc.org> | 2011-11-27 11:40:07 +0000 |
commit | e5e261c6d37ad6561e2b995ad4865f96493c1da0 (patch) | |
tree | e89f7a22bdb9aba9c6f27507fe5ed088470b1609 /audio | |
parent | e9dd3ada4cbfef614221fb54fcad7d61c9dca203 (diff) | |
download | pkgsrc-e5e261c6d37ad6561e2b995ad4865f96493c1da0.tar.gz |
audio/trm: make dragonfly patch unconditional
According to the latest netbsd bulkbuild report, NetBSD needs this fix
as well.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/trm/distinfo | 4 | ||||
-rw-r--r-- | audio/trm/patches/patch-ad | 6 |
2 files changed, 4 insertions, 6 deletions
diff --git a/audio/trm/distinfo b/audio/trm/distinfo index 6073e06e6a6..549158b1e22 100644 --- a/audio/trm/distinfo +++ b/audio/trm/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.5 2011/11/23 19:15:08 marino Exp $ +$NetBSD: distinfo,v 1.6 2011/11/27 11:40:07 marino Exp $ SHA1 (trm-0.2.1.tar.gz) = ea032c38ca83266026e0c10919749814282994e9 RMD160 (trm-0.2.1.tar.gz) = fb74d692920af62a7fcbbacfb32cd0e277e56126 @@ -6,4 +6,4 @@ Size (trm-0.2.1.tar.gz) = 131349 bytes SHA1 (patch-aa) = 152a7b8503ca887c641aeedfdd78f2520b88763b SHA1 (patch-ab) = 909c55da818a72b687c88c69a4e8d682f5a02df5 SHA1 (patch-ac) = a189db1a7b5b85baa0cd813e10869146045303c7 -SHA1 (patch-ad) = 096e594963d5419617e92ddacaff4fdc8ce226fc +SHA1 (patch-ad) = 25f315cea3298c136f23b0b10479436546eaf382 diff --git a/audio/trm/patches/patch-ad b/audio/trm/patches/patch-ad index 66dd2c6068e..c5f44ecf462 100644 --- a/audio/trm/patches/patch-ad +++ b/audio/trm/patches/patch-ad @@ -1,14 +1,12 @@ -$NetBSD: patch-ad,v 1.1 2011/11/23 19:15:08 marino Exp $ +$NetBSD: patch-ad,v 1.2 2011/11/27 11:40:07 marino Exp $ --- mbid3.cpp.orig 2002-10-02 09:02:56.000000000 +0000 +++ mbid3.cpp -@@ -6,6 +6,9 @@ +@@ -6,6 +6,7 @@ #ifdef HAVE_LIBID3 #include <stdio.h> -+#if defined (__DragonFly__) +#include <string.h> -+#endif #include "mbid3.h" #define DB Debug_v("%s:%d", __FILE__, __LINE__); |