pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/audio/libmusepack don't pass -no-undefined to libtool....
details: https://anonhg.NetBSD.org/pkgsrc/rev/60d98735ed34
branches: trunk
changeset: 497587:60d98735ed34
user: grant <grant%pkgsrc.org@localhost>
date: Sun Jul 31 03:29:50 2005 +0000
description:
don't pass -no-undefined to libtool. there will always be undefined
symbols on some platforms due to the implicit dependency on libc.
diffstat:
audio/libmusepack/distinfo | 3 ++-
audio/libmusepack/patches/patch-aa | 13 +++++++++++++
2 files changed, 15 insertions(+), 1 deletions(-)
diffs (28 lines):
diff -r 870a5f4c2dcf -r 60d98735ed34 audio/libmusepack/distinfo
--- a/audio/libmusepack/distinfo Sun Jul 31 03:06:17 2005 +0000
+++ b/audio/libmusepack/distinfo Sun Jul 31 03:29:50 2005 +0000
@@ -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 -r 870a5f4c2dcf -r 60d98735ed34 audio/libmusepack/patches/patch-aa
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/libmusepack/patches/patch-aa Sun Jul 31 03:29:50 2005 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index