summaryrefslogtreecommitdiff
path: root/audio/daapd
diff options
context:
space:
mode:
authorjoerg <joerg>2005-10-10 13:06:11 +0000
committerjoerg <joerg>2005-10-10 13:06:11 +0000
commitfd5c43e43133e15832568602abb4e72b2f39e882 (patch)
tree5e72c20ba30eefe7bb803e1cf7c105cb0e1bb305 /audio/daapd
parent0b7e8e2badcb3a7e2553f3e4754943c43cc32097 (diff)
downloadpkgsrc-fd5c43e43133e15832568602abb4e72b2f39e882.tar.gz
Don't hard code the thread library, use pkgsrc variables.
Diffstat (limited to 'audio/daapd')
-rw-r--r--audio/daapd/distinfo4
-rw-r--r--audio/daapd/patches/patch-aa8
2 files changed, 7 insertions, 5 deletions
diff --git a/audio/daapd/distinfo b/audio/daapd/distinfo
index 0157b86a537..7a45c6db59e 100644
--- a/audio/daapd/distinfo
+++ b/audio/daapd/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.7 2005/04/05 20:27:02 rillig Exp $
+$NetBSD: distinfo,v 1.8 2005/10/10 13:06:11 joerg Exp $
SHA1 (daapd-0.2.3d.tgz) = 3ca12f0cb608a0be2d8351dbc341aa7d2a4f08f8
RMD160 (daapd-0.2.3d.tgz) = 3093b678d4f74fa371cb7cccee860b3f3d1f5bcd
Size (daapd-0.2.3d.tgz) = 202317 bytes
-SHA1 (patch-aa) = 66df8590a5b0c7cd8f56cecaf83de25ca5e1e20c
+SHA1 (patch-aa) = cfcaebcaf34df8b676892f0dc93200743f3b81e4
diff --git a/audio/daapd/patches/patch-aa b/audio/daapd/patches/patch-aa
index fc6f4e81dab..cb574dd3bf4 100644
--- a/audio/daapd/patches/patch-aa
+++ b/audio/daapd/patches/patch-aa
@@ -1,4 +1,4 @@
-$NetBSD: patch-aa,v 1.6 2005/04/05 20:27:02 rillig Exp $
+$NetBSD: patch-aa,v 1.7 2005/10/10 13:06:11 joerg Exp $
--- makefile.orig 2004-09-07 21:17:58.000000000 -0400
+++ makefile
@@ -11,11 +11,13 @@ $NetBSD: patch-aa,v 1.6 2005/04/05 20:27:02 rillig Exp $
# no need to touch anything below this line
-@@ -14,16 +14,16 @@ TARGET = daapd
+@@ -13,17 +13,17 @@ MAKE = $(MAKE_COMMAND)
+ TARGET = daapd
DEPS = daaplib_ libhttpd_
OBJS = daapd.o db.o dboutput.o songcache.o parsemp3.o
- LIBS = -ldaaplib -lhttpd-persistent -lid3tag -lz -lpthread
+-LIBS = -ldaaplib -lhttpd-persistent -lid3tag -lz -lpthread
-LIBPATH = -L. -L./daaplib/src -L./libhttpd/src -L/usr/local/lib
++LIBS = -ldaaplib -lhttpd-persistent -lid3tag -lz ${PTHREAD_LDFLAGS} ${PTHREAD_LIBS}
+LIBPATH = -L. ${LDFLAGS} -L./daaplib/src -L./libhttpd/src -L/usr/local/lib
INCPATH = -I. -I./daaplib/include -I./libhttpd/src -I/usr/local/include
-DEPLOY = /usr/local