aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkrion <krion@FreeBSD.org>2004-10-27 02:51:06 +0800
committerkrion <krion@FreeBSD.org>2004-10-27 02:51:06 +0800
commitcc567959bf75788605a5aeb77f044a8b2ae5e053 (patch)
treee6e7d1e39090a245d717cdb721b90ee0d15b4e71
parentcce62799ef6c243b2d61916bafa5a9b4dc7fe10a (diff)
downloadfreebsd-ports-gnome-cc567959bf75788605a5aeb77f044a8b2ae5e053.tar.gz
freebsd-ports-gnome-cc567959bf75788605a5aeb77f044a8b2ae5e053.tar.zst
freebsd-ports-gnome-cc567959bf75788605a5aeb77f044a8b2ae5e053.zip
Fix build on amd64
PR: ports/72957 Submitted by: maintainer
-rw-r--r--audio/mt-daapd/files/patch-mDNSClientAPI.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/audio/mt-daapd/files/patch-mDNSClientAPI.h b/audio/mt-daapd/files/patch-mDNSClientAPI.h
new file mode 100644
index 000000000000..e0764a053be2
--- /dev/null
+++ b/audio/mt-daapd/files/patch-mDNSClientAPI.h
@@ -0,0 +1,14 @@
+diff -ur work/mt-daapd-0.2.0/src/mDNSClientAPI.h work.orig/mt-daapd-0.2.0/src/mDNSClientAPI.h
+--- src/mDNSClientAPI.h Thu Oct 21 09:52:05 2004
++++ src/mDNSClientAPI.h.orig Mon Mar 29 19:55:17 2004
+@@ -486,8 +486,8 @@
+ typedef unsigned char mDNSu8;
+ typedef signed short mDNSs16;
+ typedef unsigned short mDNSu16;
++typedef signed int mDNSs32;
++typedef unsigned int mDNSu32;
+-typedef signed long mDNSs32;
+-typedef unsigned long mDNSu32;
+
+ // To enforce useful type checking, we make mDNSInterfaceID be a pointer to a dummy struct
+ // This way, mDNSInterfaceIDs can be assigned, and compared with each other, but not with other types