From owner-freebsd-ports Sun Feb 10 13:18:52 2002 Delivered-To: freebsd-ports@freebsd.org Received: from smtp4.ihug.co.nz (smtp4.ihug.co.nz [203.109.252.5]) by hub.freebsd.org (Postfix) with ESMTP id C4DCE37BD24 for ; Sun, 10 Feb 2002 13:14:16 -0800 (PST) Received: from ihug.co.nz (203-173-201-217.nzwide.ihug.co.nz [203.173.201.217]) by smtp4.ihug.co.nz (8.9.3/8.9.3/Debian 8.9.3-21) with ESMTP id KAA25089 for ; Mon, 11 Feb 2002 10:14:06 +1300 X-Authentication-Warning: smtp4.ihug.co.nz: Host 203-173-201-217.nzwide.ihug.co.nz [203.173.201.217] claimed to be ihug.co.nz Message-ID: <3C66E2AC.3040906@ihug.co.nz> Date: Mon, 11 Feb 2002 10:14:20 +1300 From: Matthew Luckie User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:0.9.8) Gecko/20020208 X-Accept-Language: en-us MIME-Version: 1.0 To: freebsd-ports@freebsd.org Subject: editors/emacs21 & alpha Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi The following patch allowed me to compile and run emacs21 on my alpha. I don't know if it is correct, but I'm using emacs now... Comments? --- src/m/alpha.h.orig Tue Oct 3 03:30:39 2000 +++ src/m/alpha.h Sun Feb 10 21:52:33 2002 @@ -198,7 +198,7 @@ #ifndef NOT_C_CODE /* We need these because pointers are larger than the default ints. */ -#if !defined(__NetBSD__) && !defined(__OpenBSD__) +#if !defined(__NetBSD__) && !defined(__OpenBSD__) && !defined(__FreeBSD__) #include #endif -- Matthew Luckie kluckie@ihug.co.nz To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message