pkgsrc/audio/libmusepack/patches/patch-aa
grant 4423caf7b5 don't pass -no-undefined to libtool. there will always be undefined
symbols on some platforms due to the implicit dependency on libc.
2005-07-31 03:29:50 +00:00

13 lines
578 B
Text

$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