freebsd-ports/audio/daapd/files/patch-makefile
Sergei Kolobov fe2c192ae9 - Update to 0.2.1d
PR:		60215
Submitted by:	maintainer
2003-12-14 15:10:32 +00:00

15 lines
451 B
Text

--- makefile.orig Sat Dec 13 23:25:47 2003
+++ makefile Sat Dec 13 23:26:24 2003
@@ -2,9 +2,9 @@
TARGET = daapd
OBJS = daapd.o db.o dboutput.o songcache.o parsemp3.o
LIBS = -ldaaplib -lhttpd-persistent -lid3tag -lz
-LIBPATH = -L. -L/usr/local/lib
-INCPATH = -I. -I/usr/local/include
-DEPLOY = /usr/local/bin
+LIBPATH = -L. -L%%LOCALBASE%%/lib
+INCPATH = -I. -I%%LOCALBASE%%/include
+DEPLOY = %%PREFIX%%/bin
CFLAGS = -Wall -Wno-multichar
.cc.o: