Files
pkgsrc-ng/net/tightvnc/patches/patch-aa
2013-09-26 17:14:40 +02:00

24 lines
539 B
Plaintext

$NetBSD: patch-aa,v 1.2 2002/10/20 14:33:54 lukem Exp $
--- Imakefile.orig Fri Oct 18 10:51:23 2002
+++ Imakefile
@@ -1,7 +1,7 @@
#define IHaveSubdirs
#define PassCDebugFlags
-SUBDIRS = libvncauth vncviewer vncpasswd vncconnect
+SUBDIRS = libvncauth vncpasswd vncconnect
World:
make Makefiles
@@ -9,8 +9,7 @@ World:
make all
@echo ""
@echo Built $(SUBDIRS).
- @echo 'To build Xvnc, do "cd Xvnc", followed by "./configure" then "make"'
- @echo ""
+ (cd Xvnc && ./configure && make)
libs:
@echo 'No libraries included.'