diff options
Diffstat (limited to 'net-misc/ssvnc/files/ssvnc-1.0.22-build.patch')
-rw-r--r-- | net-misc/ssvnc/files/ssvnc-1.0.22-build.patch | 61 |
1 files changed, 0 insertions, 61 deletions
diff --git a/net-misc/ssvnc/files/ssvnc-1.0.22-build.patch b/net-misc/ssvnc/files/ssvnc-1.0.22-build.patch deleted file mode 100644 index b61c972562c7..000000000000 --- a/net-misc/ssvnc/files/ssvnc-1.0.22-build.patch +++ /dev/null @@ -1,61 +0,0 @@ ---- a/vncstorepw/vncauth.c -+++ b/vncstorepw/vncauth.c -@@ -1,5 +1,6 @@ - #include <stdio.h> - #include <stdlib.h> -+#include <string.h> - #include <sys/stat.h> - #include "d3des.h" - #if 0 ---- a/vncstorepw/vncstorepw.c -+++ b/vncstorepw/vncstorepw.c -@@ -1,4 +1,5 @@ - #include <stdio.h> -+#include <stdlib.h> - - extern int rfbEncryptAndStorePasswd(char *, char*); - ---- a/Makefile -+++ b/Makefile -@@ -21,11 +21,11 @@ - - # N.B. ?= is gnu make specific. Some of the subdir Makefiles are too. - # --PREFIX ?= /usr/local --ROOT ?= -+PREFIX = /usr -+ROOT = $(DESTDIR) - BIN = bin - LIB = lib/ssvnc - MAN = man/man1 --MANDIR ?= $(MAN) -+MANDIR = share/$(MAN) - APPS ?= share/applications - BINNAME ?= ssvncviewer -@@ -66,7 +66,6 @@ - - install: all - mkdir -p $(ROOT)$(PREFIX)/$(BIN) $(ROOT)$(PREFIX)/$(LIB) $(ROOT)$(PREFIX)/$(MANDIR) -- strip $(VIEWER) - cp -p $(VIEWER) $(ROOT)$(PREFIX)/$(LIB) - cp -p $(VNCSPW) $(ROOT)$(PREFIX)/$(LIB) - cp -p $(UNWRAP) $(ROOT)$(PREFIX)/$(LIB) ---- a/vncstorepw/Makefile -+++ b/vncstorepw/Makefile -@@ -14,7 +14,6 @@ - - $(CMD): vncauth.o vncstorepw.o d3des.o - PATH=$$PATH:$(EPATH) $(CC) -o $(CMD) vncstorepw.o vncauth.o d3des.o -- PATH=$$PATH:$(EPATH) strip $(CMD) - @ls -l $(CMD) - - $(UNWRAP): unwrap.c -@@ -41,7 +40,6 @@ - else \ - PATH=$$PATH:$(EPATH) $(CC) -o $(ULTDSM) $(CPP_SSL) ultravnc_dsm_helper.c $(LD_SSL) -lcrypto; \ - fi -- PATH=$$PATH:$(EPATH) strip $(ULTDSM) - @ls -l $(ULTDSM) - - test: $(CMD) - |