diff options
Diffstat (limited to 'audio')
-rw-r--r-- | audio/libmusepack/distinfo | 5 | ||||
-rw-r--r-- | audio/libmusepack/patches/patch-aa | 6 | ||||
-rw-r--r-- | audio/libmusepack/patches/patch-ab | 13 |
3 files changed, 21 insertions, 3 deletions
diff --git a/audio/libmusepack/distinfo b/audio/libmusepack/distinfo index 60b2e411330..dcf112d2a4e 100644 --- a/audio/libmusepack/distinfo +++ b/audio/libmusepack/distinfo @@ -1,6 +1,7 @@ -$NetBSD: distinfo,v 1.5 2007/02/01 10:21:58 drochner Exp $ +$NetBSD: distinfo,v 1.6 2010/07/18 09:46:50 wiz Exp $ SHA1 (libmusepack-1.0.3.tar.bz2) = 2c2bc15f960c4593bee209fed939829e82ad030c RMD160 (libmusepack-1.0.3.tar.bz2) = 532a982c6e4af68d802812661c396a50db523c23 Size (libmusepack-1.0.3.tar.bz2) = 226099 bytes -SHA1 (patch-aa) = e4842ead0a8eced96b59cb4ce4062557464e49bb +SHA1 (patch-aa) = 686368280f27a71ae69db22c6529ff42249fc1c7 +SHA1 (patch-ab) = b4a9d03bd9c4e351bafbdf6048aaefb7f05fb4a0 diff --git a/audio/libmusepack/patches/patch-aa b/audio/libmusepack/patches/patch-aa index f98c8fcb846..1737194eb8a 100644 --- a/audio/libmusepack/patches/patch-aa +++ b/audio/libmusepack/patches/patch-aa @@ -1,4 +1,8 @@ -$NetBSD: patch-aa,v 1.3 2007/02/01 10:21:58 drochner Exp $ +$NetBSD: patch-aa,v 1.4 2010/07/18 09:46:51 wiz Exp $ + +grant@: +don't pass -no-undefined to libtool. there will always be undefined +symbols on some platforms due to the implicit dependency on libc. --- src/Makefile.in.orig 2004-11-29 03:42:18.000000000 +1100 +++ src/Makefile.in diff --git a/audio/libmusepack/patches/patch-ab b/audio/libmusepack/patches/patch-ab new file mode 100644 index 00000000000..af14c0bd6a2 --- /dev/null +++ b/audio/libmusepack/patches/patch-ab @@ -0,0 +1,13 @@ +$NetBSD: patch-ab,v 1.1 2010/07/18 09:46:51 wiz Exp $ + +Fix build on DragonFly BSD, PR 43630. + +--- src/synth_filter.cpp.orig 2004-11-24 12:30:41.000000000 +0000 ++++ src/synth_filter.cpp +@@ -1,6 +1,5 @@ + #include "stdafx.h" + +-typedef mpc_int32_t ptrdiff_t; + + + /* C O N S T A N T S */ |