Subject: Re: pkgsrc Darwin 8.4.0/powerpc bulk build results 20060130.2316
To: Matthias Scheler <tron@NetBSD.org>
From: Min Sik Kim <minskim@NetBSD.org>
List: pkgsrc-bulk
Date: 02/06/2006 15:47:36
--Apple-Mail-3--98816568
Content-Transfer-Encoding: 7bit
Content-Type: text/plain;
	charset=US-ASCII;
	delsp=yes;
	format=flowed

On Feb 6, 2006, at 2:56 PM, Matthias Scheler wrote:
>
>> mail/mutt                          tron@NetBSD.org
>
> Strange. I could build the "mutt" package today on my Darwin 8.4.0  
> system
> without any problems.

I got the same error on my Darwin 8.4.0.  The attached patch would  
fix it.  Should I add it?

Regards,
Min Sik Kim


--Apple-Mail-3--98816568
Content-Transfer-Encoding: 7bit
Content-Type: application/octet-stream;
	x-unix-mode=0644;
	name="patch-ad"
Content-Disposition: attachment;
	filename=patch-ad

$NetBSD$

--- keymap.h.orig	2001-09-11 04:20:34.000000000 -0700
+++ keymap.h
@@ -19,6 +19,8 @@
 #ifndef KEYMAP_H
 #define KEYMAP_H
 
+#include "mapping.h"
+
 /* maximal length of a key binding sequence used for buffer in km_bindkey */
 #define MAX_SEQ 8
 

--Apple-Mail-3--98816568--