summaryrefslogtreecommitdiff
path: root/audio/daapd/patches
diff options
context:
space:
mode:
authormjl <mjl@pkgsrc.org>2005-01-08 05:22:36 +0000
committermjl <mjl@pkgsrc.org>2005-01-08 05:22:36 +0000
commit1b47ce507b31f51ed7bf69a7c15f6773b0317a7c (patch)
treecc5d4813481b181e80b5aa96800b7d7fa107808b /audio/daapd/patches
parent558e57dc4fad0173dd1d9be2ffff20a256c14aef (diff)
downloadpkgsrc-1b47ce507b31f51ed7bf69a7c15f6773b0317a7c.tar.gz
Revert to 0.2.3d. The 0.2.4a version seemingly has some problems
announcing itself to the net and thus does not always (or mostly never) show up on iTunes.
Diffstat (limited to 'audio/daapd/patches')
-rw-r--r--audio/daapd/patches/patch-aa15
1 files changed, 9 insertions, 6 deletions
diff --git a/audio/daapd/patches/patch-aa b/audio/daapd/patches/patch-aa
index 46946b16d9a..6a14106d2e8 100644
--- a/audio/daapd/patches/patch-aa
+++ b/audio/daapd/patches/patch-aa
@@ -1,9 +1,12 @@
-$NetBSD: patch-aa,v 1.3 2005/01/06 14:43:09 mjl Exp $
-
---- makefile.orig 2005-01-05 00:18:48.000000000 +0100
-+++ makefile 2005-01-06 15:02:36.000000000 +0100
+--- makefile.orig 2004-09-08 03:17:58.000000000 +0200
++++ makefile 2005-01-08 06:12:42.000000000 +0100
+@@ -4,3 +4,3 @@
+ ZLIB_ENABLE = 1
+-MPEG4_ENABLE = 1
++MPEG4_ENABLE = 0
+
@@ -16,6 +16,6 @@
- LIBS = -ldaaplib -lhttpd-persistent -lid3tag -lz
+ LIBS = -ldaaplib -lhttpd-persistent -lid3tag -lz -lpthread
-LIBPATH = -L. -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
@@ -21,7 +24,7 @@ $NetBSD: patch-aa,v 1.3 2005/01/06 14:43:09 mjl Exp $
-$(error howl not found in /usr/local/include. Install howl or disable it in the makefile)
+$(error howl not found in ${PREFIX}/include. Install howl or disable it in the makefile)
endif
-@@ -82,4 +82,2 @@
+@@ -76,4 +76,2 @@
install: $(DEPS) $(TARGET)
- cd libhttpd && $(MAKE) install
- cd daaplib/src && $(MAKE) install