f311842edf
Server for DAAP, the digital audio access protocol daapd scans a directory for mp3 files and makes them available via the Apple proprietary protocol DAAP. DAAP clients can browse the directory and retrieve individual files, either by streaming or by downloading them. [read: iTunes server]
15 lines
412 B
Text
15 lines
412 B
Text
$NetBSD: patch-ab,v 1.1.1.1 2004/06/05 19:07:51 nathanw Exp $
|
|
|
|
--- daaplib/src/makefile.orig 2004-04-13 19:35:14.000000000 -0400
|
|
+++ daaplib/src/makefile 2004-06-04 13:58:11.000000000 -0400
|
|
@@ -8,8 +8,8 @@
|
|
|
|
LIBS =
|
|
LIBPATH =
|
|
-LIBDEPLOY = /usr/local/lib
|
|
-INCDEPLOY = /usr/local/include
|
|
+LIBDEPLOY = ${PREFIX}/lib
|
|
+INCDEPLOY = ${PREFIX}/include
|
|
INCPATH = ../include
|
|
CFLAGS = -Wall -Wno-multichar
|
|
|