blob: 3c38fe9bb9aa45b8f16d646798cc4eeea1851e98 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
$NetBSD: patch-aa,v 1.3 2005/07/13 13:47:57 hubertf Exp $
--- vncviewer/Imakefile.orig 2005-07-13 15:26:57.329207000 +0200
+++ vncviewer/Imakefile
@@ -8,9 +8,7 @@ CDEBUGFLAGS = -O2
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
@@ -36,4 +34,8 @@ SRCS = \
OBJS = $(SRCS:.c=.o)
+#if !defined(SunArchitecture)
+ComplexProgramTargetNoMan(vncviewer)
+#else
ComplexProgramTarget(vncviewer)
+#endif
|