diff options
author | Sergei Kolobov <sergei@FreeBSD.org> | 2003-12-14 15:10:32 +0000 |
---|---|---|
committer | Sergei Kolobov <sergei@FreeBSD.org> | 2003-12-14 15:10:32 +0000 |
commit | fe2c192ae9f52c3d1d16088b9929e2a772d94019 (patch) | |
tree | e57cebeddaf3dc422f13e035a99cd9bc24fb7d48 /audio/daapd/files | |
parent | 913cff0b48e8e7bdfbd3babfc965a83140f1ea4e (diff) |
Notes
Diffstat (limited to 'audio/daapd/files')
-rw-r--r-- | audio/daapd/files/patch-makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/audio/daapd/files/patch-makefile b/audio/daapd/files/patch-makefile index 07ee1c58e4cc..ee7622a37b55 100644 --- a/audio/daapd/files/patch-makefile +++ b/audio/daapd/files/patch-makefile @@ -1,15 +1,15 @@ ---- makefile.orig Tue Oct 21 22:59:55 2003 -+++ makefile Tue Oct 21 23:00:44 2003 +--- 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 -lid3tag -lz + LIBS = -ldaaplib -lhttpd-persistent -lid3tag -lz -LIBPATH = -L. -L/usr/local/lib --INCPATH = -I. +-INCPATH = -I. -I/usr/local/include -DEPLOY = /usr/local/bin +LIBPATH = -L. -L%%LOCALBASE%%/lib +INCPATH = -I. -I%%LOCALBASE%%/include -+DEPLOY = %%PREFIX%%/sbin ++DEPLOY = %%PREFIX%%/bin CFLAGS = -Wall -Wno-multichar .cc.o: |