$NetBSD: patch-aa,v 1.2 2001/09/22 00:49:33 mycroft Exp $ --- vncviewer/Imakefile.orig Fri Aug 13 05:29:34 1999 +++ vncviewer/Imakefile Fri Sep 21 20:45:00 2001 @@ -8,9 +8,7 @@ XCOMM Shared memory support works OK on x86 linux, not tested elsewhere but XCOMM seems to cause problems on Digital Unix. -#if defined(i386Architecture) && defined(LinuxArchitecture) DEFINES = -DMITSHM -#endif INCLUDES = -I../include -I. VNCAUTH_LIB = ../libvncauth/libvncauth.a @@ -35,4 +33,4 @@ OBJS = $(SRCS:.c=.o) -ComplexProgramTarget(vncviewer) +ComplexProgramTargetNoMan(vncviewer)