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.
14 lines
572 B
Text
14 lines
572 B
Text
$NetBSD: patch-ab,v 1.6 2006/12/05 09:01:57 wiz Exp $
|
|
|
|
--- lib/threads/posix/Makefile.in.orig 2006-11-28 20:34:14.000000000 +0000
|
|
+++ lib/threads/posix/Makefile.in
|
|
@@ -217,8 +217,7 @@ target_alias = @target_alias@
|
|
INCLUDES = -I$(top_srcdir)/include/tunepimp-0.5
|
|
noinst_LTLIBRARIES = libtpthread.la
|
|
libtpthread_la_SOURCES = mutex.cpp mutex.h thread.cpp thread.h semaphore.cpp semaphore.h
|
|
-@FREEBSD_FALSE@libtpthread_la_LIBADD = -lpthread
|
|
-@FREEBSD_TRUE@libtpthread_la_LIBADD = -lthr
|
|
+libtpthread_la_LIBADD = ${PTHREAD_LDFLAGS} ${PTHREAD_LIBS}
|
|
all: all-am
|
|
|
|
.SUFFIXES:
|