2006-12-05 10:01:57 +01:00
|
|
|
$NetBSD: patch-ad,v 1.5 2006/12/05 09:01:57 wiz Exp $
|
2006-04-17 00:10:25 +02:00
|
|
|
|
2006-12-05 10:01:57 +01:00
|
|
|
--- lib/Makefile.in.orig 2006-11-28 20:34:14.000000000 +0000
|
2006-04-17 00:10:25 +02:00
|
|
|
+++ lib/Makefile.in
|
2006-12-05 10:01:57 +01:00
|
|
|
@@ -274,7 +274,7 @@ EXTRA_DIST = threads/win32/mutex.h threa
|
2006-07-12 15:28:08 +02:00
|
|
|
# 4:0:0 - TunePimp implementation for alpha releases of version 0.5.0
|
|
|
|
# 5:0:0 - TunePimp implementation for version 0.5.0
|
2006-08-14 00:04:18 +02:00
|
|
|
# 5:1:0 - TunePimp implementation for version 0.5.1
|
2006-12-05 10:01:57 +01:00
|
|
|
-libtunepimp_la_LDFLAGS = -version-info 5:3:0
|
|
|
|
+libtunepimp_la_LDFLAGS = -version-info 5:3:0 ${PTHREAD_LDFLAGS}
|
2006-07-12 15:28:08 +02:00
|
|
|
libtunepimp_la_LIBADD = threads/posix/libtpthread.la utf8/libutf8.la $(LIBLTDL) -lm
|
2006-04-17 00:10:25 +02:00
|
|
|
noinst_LTLIBRARIES = libpluginsupport.la
|
|
|
|
libpluginsupport_la_SOURCES = metadata.cpp fileio.cpp
|