summaryrefslogtreecommitdiff
path: root/audio/libmusepack/patches/patch-aa
diff options
context:
space:
mode:
authorgrant <grant>2005-07-31 03:29:50 +0000
committergrant <grant>2005-07-31 03:29:50 +0000
commitbd28db48bd58eb899725e0c39457c065ff42e1a3 (patch)
tree07bb0eea15351e2946d91a6cbe49d7a73c01f04e /audio/libmusepack/patches/patch-aa
parent836b5a579427217b2ac253a8bd4231591a649e0a (diff)
downloadpkgsrc-bd28db48bd58eb899725e0c39457c065ff42e1a3.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/libmusepack/patches/patch-aa')
-rw-r--r--audio/libmusepack/patches/patch-aa13
1 files changed, 13 insertions, 0 deletions
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