From fab704e5018cf236bfc8fb9b6a43aec5c0185b9a Mon Sep 17 00:00:00 2001 From: grant Date: Sun, 31 Jul 2005 03:29:50 +0000 Subject: don't pass -no-undefined to libtool. there will always be undefined symbols on some platforms due to the implicit dependency on libc. --- audio/libmusepack/distinfo | 3 ++- audio/libmusepack/patches/patch-aa | 13 +++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 audio/libmusepack/patches/patch-aa (limited to 'audio/libmusepack') 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 -- cgit v1.2.3