850d5b7d3d
version 0.5.3: - Support for FLAC 1.1.3. Thanks to Josh Coalson. - Fixed linking of the wav plugin. - Fixed crash on extracting PUID from XML.
13 lines
457 B
Text
13 lines
457 B
Text
$NetBSD: patch-ac,v 1.4 2006/12/05 09:01:57 wiz Exp $
|
|
|
|
--- examples/Makefile.in.orig 2006-11-28 20:34:14.000000000 +0000
|
|
+++ examples/Makefile.in
|
|
@@ -211,7 +211,7 @@ target_alias = @target_alias@
|
|
#
|
|
INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/lib -I$(top_srcdir)/lib/threads/posix
|
|
puid_SOURCES = puid.c
|
|
-puid_LDADD = $(top_builddir)/lib/libtunepimp.la
|
|
+puid_LDADD = $(top_builddir)/lib/libtunepimp.la ${PTHREAD_LDFLAGS}
|
|
all: all-am
|
|
|
|
.SUFFIXES:
|