summaryrefslogtreecommitdiff
path: root/audio/daapd/patches/patch-ad
diff options
context:
space:
mode:
Diffstat (limited to 'audio/daapd/patches/patch-ad')
-rw-r--r--audio/daapd/patches/patch-ad12
1 files changed, 5 insertions, 7 deletions
diff --git a/audio/daapd/patches/patch-ad b/audio/daapd/patches/patch-ad
index 32db0c9e7c3..aa83999d6d0 100644
--- a/audio/daapd/patches/patch-ad
+++ b/audio/daapd/patches/patch-ad
@@ -1,18 +1,16 @@
-$NetBSD: patch-ad,v 1.2 2011/11/20 17:46:34 marino Exp $
+$NetBSD: patch-ad,v 1.3 2011/11/26 17:09:32 joerg Exp $
---- daaplib/include/daap/tagoutput.h.orig 2011-11-20 17:12:14.246503000 +0000
+--- daaplib/include/daap/tagoutput.h.orig 2011-11-26 15:54:46.000000000 +0000
+++ daaplib/include/daap/tagoutput.h
-@@ -25,6 +25,9 @@
+@@ -25,6 +25,7 @@
#include <daap/basic.h>
#include <string>
-+ #if defined(__DragonFly__)
+ #include <string.h>
-+ #endif
#include <vector>
#include <assert.h>
-@@ -98,9 +101,7 @@
+@@ -98,9 +99,7 @@
return( func( *this ));
}
@@ -23,7 +21,7 @@ $NetBSD: patch-ad,v 1.2 2011/11/20 17:46:34 marino Exp $
protected:
typedef std::vector<u8> DataInt8;
-@@ -125,4 +126,8 @@
+@@ -125,4 +124,8 @@
TagOutput( const TagOutput& );
TagOutput& operator = ( const TagOutput& );
};