06fec6240e
-- TightVNC is an enhanced version of VNC, which is optimized to work over slow network connections such as low-speed modem links. While original VNC may be very slow when your connection is not fast enough, with TightVNC you can work remotely almost in real time in most environments. Besides bandwidth optimizations, TightVNC also includes many other improvements, optimizations and bugfixes over VNC. Note that TightVNC is free, cross-platform and compatible with the standard VNC. WWW: http://www.tightvnc.org/ Submitted by Rob Casey <rob@minauros.com>
12 lines
355 B
Plaintext
12 lines
355 B
Plaintext
$OpenBSD: patch-Imakefile,v 1.1.1.1 2001/09/08 00:38:11 lebel Exp $
|
|
--- Imakefile.orig Thu Oct 26 15:18:57 2000
|
|
+++ Imakefile Wed Sep 5 08:47:31 2001
|
|
@@ -11,6 +11,7 @@ World:
|
|
@echo Built $(SUBDIRS).
|
|
@echo 'To build Xvnc, do "cd Xvnc", followed by "make World"'
|
|
@echo ""
|
|
+ (cd Xvnc; make World)
|
|
|
|
MakeSubdirs($(SUBDIRS))
|
|
DependSubdirs($(SUBDIRS))
|