diff options
author | tron <tron@pkgsrc.org> | 1999-09-02 21:29:31 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1999-09-02 21:29:31 +0000 |
commit | d43ad846eb04deafc5f1b452ed033944db327f60 (patch) | |
tree | 5e1ef8b248726e0634ba4073ef16b707eca0e055 /net/vnc/patches | |
parent | d54d27ca5c2af448762be1d685d0cce60f31f309 (diff) | |
download | pkgsrc-d43ad846eb04deafc5f1b452ed033944db327f60.tar.gz |
Update "vnc" package to version 3.3.3. The patches were contributed by
Jeff Rizzo in PR pkg/8311.
Diffstat (limited to 'net/vnc/patches')
-rw-r--r-- | net/vnc/patches/patch-ae | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/net/vnc/patches/patch-ae b/net/vnc/patches/patch-ae new file mode 100644 index 00000000000..01468c90e67 --- /dev/null +++ b/net/vnc/patches/patch-ae @@ -0,0 +1,15 @@ +$NetBSD: patch-ae,v 1.1 1999/09/02 21:29:31 tron Exp $ + +*** vncviewer/Imakefile.orig Thu Sep 2 11:45:25 1999 +--- vncviewer/Imakefile Thu Sep 2 11:45:44 1999 +*************** +*** 35,38 **** + + OBJS = $(SRCS:.c=.o) + +! ComplexProgramTarget(vncviewer) +--- 35,38 ---- + + OBJS = $(SRCS:.c=.o) + +! ComplexProgramTargetNoMan(vncviewer) |