Subject: Re: pkgsrc NetBSD 1.6.2/i386 bulk build results 2004-12-04
To: Mario Kemper <magick@NetBSD.org>
From: Thomas Klausner <wiz@NetBSD.org>
List: pkgsrc-bulk
Date: 12/28/2004 17:32:36
--WplhKdTI2c8ulnbP
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

On Tue, Dec 28, 2004 at 05:18:41PM +0100, Mario Kemper wrote:
> Funny as the problem came up just some time ago. Yes, it shouldn't be
> default anyway but for now, removing should solve the problem.
> Someone japanese or at least familiar with canna should look at the
> real problem though.

The attached patch makes the problem go away, but I'm not sure it's
correct. Please ask the xemacs authors to take a look at the problem.

Even with the patch, the build still fails for me because the link
bombs out when it can't find oss_ioctl (missing ${LIBOSSAUDIO}
somewhere).

Cheers,
 Thomas

--WplhKdTI2c8ulnbP
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename=patch-ah

$NetBSD$

--- src/mule-canna.c.orig	2004-09-20 21:19:52.000000000 +0200
+++ src/mule-canna.c
@@ -438,7 +438,9 @@ If nil is specified for each arg, the de
     }
   else
     {
+#ifndef CANNA2
       jrBeepFunc = call_Fding;
+#endif
 
 #ifdef KC_SETAPPNAME
 #ifndef CANNA_MULE

--WplhKdTI2c8ulnbP--