summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-sound/daapd/files/daapd-0.2.3b-gentoo.patch')
-rw-r--r--media-sound/daapd/files/daapd-0.2.3b-gentoo.patch43
1 files changed, 0 insertions, 43 deletions
diff --git a/media-sound/daapd/files/daapd-0.2.3b-gentoo.patch b/media-sound/daapd/files/daapd-0.2.3b-gentoo.patch
deleted file mode 100644
index 5da7cb36dbfd..000000000000
--- a/media-sound/daapd/files/daapd-0.2.3b-gentoo.patch
+++ /dev/null
@@ -1,43 +0,0 @@
-diff -urN daapd-0.2.3b/makefile daapd-0.2.3b.makefile/makefile
---- daapd-0.2.3b/makefile 2004-06-20 16:07:31.000000000 +0200
-+++ daapd-0.2.3b.makefile/makefile 2004-07-10 22:18:15.694502696 +0200
-@@ -11,19 +11,19 @@
- CC = g++
- MAKE = $(MAKE_COMMAND)
- TARGET = daapd
--DEPS = daaplib_ libhttpd_
-+DEPS =
- OBJS = daapd.o db.o dboutput.o songcache.o parsemp3.o
- 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
-+LIBPATH = -L. -L/usr/lib
-+INCPATH = -I. -I/usr/include
-+DEPLOY = /usr
- CFLAGS = -Wall -Wno-multichar
-
- # HOWL
- ifeq ($(HOWL_ENABLE),1)
-- HOWLDIRS := $(sort $(wildcard /usr/local/include/howl*) )
-+ HOWLDIRS := $(sort $(wildcard /usr/include/howl*) )
- ifeq ($(words $(HOWLDIRS) ), 0)
--$(error howl not found in /usr/local/include. Install howl or disable it in the makefile)
-+$(error howl not found in /usr/include. Install howl or disable it in the makefile)
- endif
- HOWLRECENT := $(word $(words $(HOWLDIRS)),$(HOWLDIRS) )
- INCPATH := $(INCPATH) -I$(HOWLRECENT)
-diff -urN daapd-0.2.3b/types.h daapd-0.2.3b.types.h/types.h
---- daapd-0.2.3b/types.h 2004-06-19 17:40:04.000000000 +0200
-+++ daapd-0.2.3b.types.h/types.h 2004-07-10 22:32:53.584043200 +0200
-@@ -20,6 +20,10 @@
- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- */
-
-+#ifndef UINT64_TO_DOUBLE
-+#define UINT64_TO_DOUBLE(a) ((double)((int64_t)(a)))
-+#endif
-+
- #ifndef DAAP_TYPES_H
- #define DAAP_TYPES_H
-