From owner-freebsd-ports@FreeBSD.ORG Wed Oct 20 21:20:33 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EF16116A4CE for ; Wed, 20 Oct 2004 21:20:33 +0000 (GMT) Received: from imf21aec.mail.bellsouth.net (imf21aec.mail.bellsouth.net [205.152.59.69]) by mx1.FreeBSD.org (Postfix) with ESMTP id B77B143D39 for ; Wed, 20 Oct 2004 21:20:28 +0000 (GMT) (envelope-from ahze@ahze.net) Received: from [192.168.1.5] ([68.209.163.3]) by imf21aec.mail.bellsouth.netESMTP <20041020212015.MJZQ22824.imf21aec.mail.bellsouth.net@[192.168.1.5]>; Wed, 20 Oct 2004 17:20:15 -0400 In-Reply-To: <1097009709.59818.3.camel@server> References: <1097009709.59818.3.camel@server> Mime-Version: 1.0 (Apple Message framework v619) Content-Type: multipart/mixed; boundary=Apple-Mail-2--259070721 Message-Id: From: Michael Johnson Date: Wed, 20 Oct 2004 17:20:13 -0400 To: Sean McNeil X-Mailer: Apple Mail (2.619) cc: freebsd-ports@freebsd.org Subject: Re: faad port and patches needed to build on -current X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Oct 2004 21:20:34 -0000 --Apple-Mail-2--259070721 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII; format=flowed Hi Sean! Can you confirm this patch works for you on your box? Michael --Apple-Mail-2--259070721 Content-Transfer-Encoding: 7bit Content-Type: application/octet-stream; x-unix-mode=0644; name="faad-patch" Content-Disposition: attachment; filename=faad-patch ===> Generating patch ===> Viewing diff with less diff -ruN --exclude=CVS /usr/ports/audio/faad.orig/files/patch-amd64-gcc34 /usr/ports/audio/faad/files/patch-amd64-gcc34 --- /usr/ports/audio/faad.orig/files/patch-amd64-gcc34 Wed Dec 31 19:00:00 1969 +++ /usr/ports/audio/faad/files/patch-amd64-gcc34 Wed Oct 20 17:12:06 2004 @@ -0,0 +1,22 @@ +--- common/mp4v2/mp4property.h.orig Wed Oct 20 17:08:59 2004 ++++ common/mp4v2/mp4property.h Wed Oct 20 17:09:16 2004 +@@ -22,6 +22,8 @@ + #ifndef __MP4_PROPERTY_INCLUDED__ + #define __MP4_PROPERTY_INCLUDED__ + ++#define NULL 0 ++ + // forward declarations + class MP4Atom; + +--- common/mp4v2/rtphint.h.orig Wed Oct 20 17:11:30 2004 ++++ common/mp4v2/rtphint.h Wed Oct 20 17:11:42 2004 +@@ -22,6 +22,8 @@ + #ifndef __RTPHINT_INCLUDED__ + #define __RTPHINT_INCLUDED__ + ++#define NULL 0 ++ + // forward declarations + class MP4RtpHintTrack; + class MP4RtpHint; ===> Done --Apple-Mail-2--259070721--