Subject: recent wmtime pkg fix [was: Re: CVS commit: pkgsrc]
To: Dan McMahill <dmcmahill@netbsd.org>
From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
List: tech-pkg
Date: 05/29/2000 03:03:25
On Sun, 28 May 2000, Dan McMahill wrote:
> Modified Files:
> 	pkgsrc/x11/wmtime: Makefile
> 
> Log Message:
> cause gccmakedep to be used instead of makedepend.  This was already the case
> on i386, but not on pmax/sparc (and probably others).  This fixes recently noted
> pmax/sparc compile problems.

I think the correct (long time) fix for this problem is
xsrc/xc/config/cf/NetBSD.cf, to #define UseGccMakeDepend YES in the #else
part of

#if defined(i386Architecture) || defined(arm32Architecture) || \
    defined(atariArchitecture)

i.e. if <xfree86.cf> is not pulled in.

I'll leave it to someone more knowledgeable WRT X to fix this, though.


 - Hubert

-- 
NetBSD - because Unix isn't just #include <linux.h>, i386, ELF, ...!