diff options
author | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2001-06-15 22:36:00 +0000 |
---|---|---|
committer | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2001-06-15 22:36:00 +0000 |
commit | 7ccf0c384869c9db2fcd910959114867234e07c9 (patch) | |
tree | c2aacbeb49f3a9e4d5b680fb47965561c81cb97d /net/tridiavnc/files | |
parent | 478fe098ef0aa9b70f7e1a77fc57a3a71a64bda5 (diff) |
Notes
Diffstat (limited to 'net/tridiavnc/files')
-rw-r--r-- | net/tridiavnc/files/patch-main-Imakefile | 10 | ||||
-rw-r--r-- | net/tridiavnc/files/patch-viewer-Imakefile | 8 |
2 files changed, 18 insertions, 0 deletions
diff --git a/net/tridiavnc/files/patch-main-Imakefile b/net/tridiavnc/files/patch-main-Imakefile new file mode 100644 index 000000000000..cf5e0229a6c5 --- /dev/null +++ b/net/tridiavnc/files/patch-main-Imakefile @@ -0,0 +1,10 @@ +--- Imakefile.orig Thu Jun 14 14:42:57 2001 ++++ Imakefile Thu Jun 14 14:43:05 2001 +@@ -14,6 +14,7 @@ + @echo Built $(SUBDIRS). + @echo 'To build Xvnc, do "cd Xvnc", followed by "make World"' + @echo "" ++ (cd Xvnc; make World) + + MakeSubdirs($(SUBDIRS)) + DependSubdirs($(SUBDIRS)) diff --git a/net/tridiavnc/files/patch-viewer-Imakefile b/net/tridiavnc/files/patch-viewer-Imakefile new file mode 100644 index 000000000000..802db722c4b6 --- /dev/null +++ b/net/tridiavnc/files/patch-viewer-Imakefile @@ -0,0 +1,8 @@ +--- vncviewer/Imakefile.orig Thu Jun 14 14:45:01 2001 ++++ vncviewer/Imakefile Thu Jun 14 14:45:16 2001 +@@ -41,4 +41,4 @@ + + OBJS = $(SRCS:.c=.o) + +-ComplexProgramTarget(vncviewer) ++ComplexProgramTargetNoMan(vncviewer) |