Date: Thu, 21 Oct 2004 10:02:11 +0200 From: "Meno Abels" <abels@adviser.com> To: FreeBSD-gnats-submit@FreeBSD.org Cc: Meno Abels <meno.abels@adviser.com> Subject: ports/72957: [PATCH] audio/mt-daapd for amd64 Message-ID: <20041021080216.8C9E584043@pmff.de> Resent-Message-ID: <200410210810.i9L8AUxO015874@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 72957 >Category: ports >Synopsis: [PATCH] audio/mt-daapd for amd64 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu Oct 21 08:10:30 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Meno Abels >Release: FreeBSD 5.2.1-RELEASE amd64 >Organization: Adviser COM >Environment: System: FreeBSD jamal.abels.adviser.com 5.2.1-RELEASE FreeBSD 5.2.1-RELEASE #0: Tue Feb 24 23:14:55 GMT 2004 root@quynh.NUXI.org:/usr/obj/usr/src/sys/GENERIC amd64 >Description: There was a problem with mt-daapd and the 64bit compiler of the amd64 os. >How-To-Repeat: make in ports/audio/mt-daapd >Fix: New file in audio/mt-daapd/files named patch-mDNSClientAPI.h # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # patch-mDNSClientAPI.h # echo x - patch-mDNSClientAPI.h sed 's/^X//' >patch-mDNSClientAPI.h << 'END-of-patch-mDNSClientAPI.h' Xdiff -ur work/mt-daapd-0.2.0/src/mDNSClientAPI.h work.orig/mt-daapd-0.2.0/src/mDNSClientAPI.h X--- src/mDNSClientAPI.h Thu Oct 21 09:52:05 2004 X+++ src/mDNSClientAPI.h.orig Mon Mar 29 19:55:17 2004 X@@ -486,8 +486,8 @@ X typedef unsigned char mDNSu8; X typedef signed short mDNSs16; X typedef unsigned short mDNSu16; X+typedef signed int mDNSs32; X+typedef unsigned int mDNSu32; X-typedef signed long mDNSs32; X-typedef unsigned long mDNSu32; X X // To enforce useful type checking, we make mDNSInterfaceID be a pointer to a dummy struct X // This way, mDNSInterfaceIDs can be assigned, and compared with each other, but not with other types END-of-patch-mDNSClientAPI.h exit >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20041021080216.8C9E584043>