pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/audio/daapd Don't hard code the thread library, use pk...
details: https://anonhg.NetBSD.org/pkgsrc/rev/00c601402713
branches: trunk
changeset: 500542:00c601402713
user: joerg <joerg%pkgsrc.org@localhost>
date: Mon Oct 10 13:06:11 2005 +0000
description:
Don't hard code the thread library, use pkgsrc variables.
diffstat:
audio/daapd/distinfo | 4 ++--
audio/daapd/patches/patch-aa | 8 +++++---
2 files changed, 7 insertions(+), 5 deletions(-)
diffs (37 lines):
diff -r af0b0844fb1f -r 00c601402713 audio/daapd/distinfo
--- a/audio/daapd/distinfo Mon Oct 10 12:33:29 2005 +0000
+++ b/audio/daapd/distinfo Mon Oct 10 13:06:11 2005 +0000
@@ -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 -r af0b0844fb1f -r 00c601402713 audio/daapd/patches/patch-aa
--- a/audio/daapd/patches/patch-aa Mon Oct 10 12:33:29 2005 +0000
+++ b/audio/daapd/patches/patch-aa Mon Oct 10 13:06:11 2005 +0000
@@ -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 @@
# 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
Home |
Main Index |
Thread Index |
Old Index