diff options
Diffstat (limited to 'net/vnc')
-rw-r--r-- | net/vnc/Makefile | 3 | ||||
-rw-r--r-- | net/vnc/files/patch-xc-config-util-printver.c | 10 |
2 files changed, 2 insertions, 11 deletions
diff --git a/net/vnc/Makefile b/net/vnc/Makefile index 3affcb5a101..81343788eb5 100644 --- a/net/vnc/Makefile +++ b/net/vnc/Makefile @@ -53,7 +53,8 @@ USE_PERL5= yes EXTRA_PATCHES+= ${WRKSRC}/xc.patch \ ${PATCHDIR}/vnc.def-patch \ ${PATCHDIR}/FreeBSD.cf-patch \ - ${PATCHDIR}/extra-patch-fix_Xvnc_no_valid_address + ${PATCHDIR}/extra-patch-fix_Xvnc_no_valid_address \ + ${PATCHDIR}/extra-patch-xc-config-util-printver.c MAN1+= Xvnc.1 \ vncserver.1 diff --git a/net/vnc/files/patch-xc-config-util-printver.c b/net/vnc/files/patch-xc-config-util-printver.c deleted file mode 100644 index 1b98eec89f3..00000000000 --- a/net/vnc/files/patch-xc-config-util-printver.c +++ /dev/null @@ -1,10 +0,0 @@ ---- xc/config/util/printver.c.orig 2003-02-26 10:21:33.000000000 +0100 -+++ xc/config/util/printver.c 2008-03-16 10:07:56.000000000 +0100 -@@ -8,6 +8,7 @@ - /* $XFree86: xc/config/util/printver.c,v 1.2 2003/02/26 09:21:33 dawes Exp $ */ - - #include <stdio.h> -+#include <stdlib.h> - #include "xf86Version.h" - #include "xf86Date.h" - |