Subject: Re: xforms and DragonFly
To: None <tech-pkg@netbsd.org>
From: None <joerg@britannica.bec.de>
List: tech-pkg
Date: 01/19/2006 01:15:40
On Wed, Jan 18, 2006 at 03:58:47PM -0800, Jeremy C. Reed wrote:
> 
> I think this is related to lib/X11/config/bsdLib.rules:
> 
> #ifndef FreeBSDArchitecture
> INSTALLMINORREV = true
> #else
> INSTALLMINORREV = false
> #endif
> 
> Have you looked at this? What have you done for other packages?

At least my version has a || defined(DragonFlyArchitecture), since I
patched it a while ago to avoid this annoying behaviour :-)

Joerg