diff options
author | grant <grant@pkgsrc.org> | 2005-07-31 03:29:50 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2005-07-31 03:29:50 +0000 |
commit | fab704e5018cf236bfc8fb9b6a43aec5c0185b9a (patch) | |
tree | 07bb0eea15351e2946d91a6cbe49d7a73c01f04e /audio | |
parent | 7be71a756f02e53344af7334fd3c16c5c2476fa6 (diff) | |
download | pkgsrc-fab704e5018cf236bfc8fb9b6a43aec5c0185b9a.tar.gz |
don't pass -no-undefined to libtool. there will always be undefined
symbols on some platforms due to the implicit dependency on libc.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/libmusepack/distinfo | 3 | ||||
-rw-r--r-- | audio/libmusepack/patches/patch-aa | 13 |
2 files changed, 15 insertions, 1 deletions
diff --git a/audio/libmusepack/distinfo b/audio/libmusepack/distinfo index 7e32f70518a..cce8b8bd1ad 100644 --- a/audio/libmusepack/distinfo +++ b/audio/libmusepack/distinfo @@ -1,5 +1,6 @@ -$NetBSD: distinfo,v 1.2 2005/02/23 20:39:47 agc Exp $ +$NetBSD: distinfo,v 1.3 2005/07/31 03:29:50 grant 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 diff --git a/audio/libmusepack/patches/patch-aa b/audio/libmusepack/patches/patch-aa new file mode 100644 index 00000000000..e95d5b98fba --- /dev/null +++ b/audio/libmusepack/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.1 2005/07/31 03:29:50 grant Exp $ + +--- src/Makefile.in.orig 2004-11-29 03:42:18.000000000 +1100 ++++ src/Makefile.in +@@ -190,7 +190,7 @@ AUTOMAKE_OPTIONS = foreign + INCLUDES = -I$(top_builddir)/include + lib_LTLIBRARIES = libmusepack.la + libmusepack_la_SOURCES = mpc_dec.cpp bitstream.cpp huffsv7.cpp stdafx.cpp synth_filter.cpp huffsv46.cpp idtag.cpp requant.cpp streaminfo.cpp +-libmusepack_la_LDFLAGS = -no-undefined -version-info 1:3:0 ++libmusepack_la_LDFLAGS = -version-info 1:3:0 + sample_SOURCES = sample.cpp + sample_LDADD = libmusepack.la + all: all-am |