diff options
author | anders <anders@FreeBSD.org> | 2008-04-16 06:23:56 +0800 |
---|---|---|
committer | anders <anders@FreeBSD.org> | 2008-04-16 06:23:56 +0800 |
commit | 295e6f5bd5d6e81c8b54f6cfcb026d57488bafc9 (patch) | |
tree | 53268b1a2636c20132b47603a119833aac89eb46 | |
parent | 3bf8a1b44953a861a911850a2d0e8556573826a0 (diff) | |
download | freebsd-ports-gnome-295e6f5bd5d6e81c8b54f6cfcb026d57488bafc9.tar.gz freebsd-ports-gnome-295e6f5bd5d6e81c8b54f6cfcb026d57488bafc9.tar.zst freebsd-ports-gnome-295e6f5bd5d6e81c8b54f6cfcb026d57488bafc9.zip |
Fix build when WITHOUT_SERVER is set.
PR: 122714
Submitted by: Helge Oldach <ports-net-vnc-apr08@oldach.net>
Approved by: maintainer timeout
-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 3affcb5a1015..81343788eb54 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 1b98eec89f32..000000000000 --- 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" - |