Subject: problem with xview-lib package source on netbsd-sparc
To: None <port-sparc@netbsd.org>
From: Ethan Bakshy <ethan@mail.enteract.com>
List: port-sparc
Date: 12/12/1999 16:02:29
sorry if this isn't the right list, but it seems like the closest thing
dealing witht he subject area.

i noticed a small problem with the netbsd package of xview-lib.
in the file:
pkgsrc/x11/xview-lib/work/xview3.2p1-X11R6/lib/libxview/misc/expandme.c

there is an #ifdef clause that says to include "vfork.h" on sparc
machines if the system type isn't sysV, so, you just have to change the
whole sparc clause to:

#ifndef sparc
#include <unistd.h>
#endif

or whatever, and it compiles just fine. and of course, this only
affects people on sparc machines compiling xview, so thats probably why
not too many people have noticed it. i was surpised nobody caught that
before...

-- 
-----ethan.bakshy---------------
ethan@enteract.com
http://www.enteract.com/~ethan
--------------------------------