diff options
author | wxs <wxs@FreeBSD.org> | 2008-12-28 07:47:38 +0800 |
---|---|---|
committer | wxs <wxs@FreeBSD.org> | 2008-12-28 07:47:38 +0800 |
commit | a7f763a1c7820ee7879e7d3016e8cc15e7cb743c (patch) | |
tree | 9ff48865b193c62d4cedf526fa65907710c7c083 | |
parent | e9c9c64c5b2e256f39aad8c26d34c9f02b6483eb (diff) | |
download | freebsd-ports-gnome-a7f763a1c7820ee7879e7d3016e8cc15e7cb743c.tar.gz freebsd-ports-gnome-a7f763a1c7820ee7879e7d3016e8cc15e7cb743c.tar.zst freebsd-ports-gnome-a7f763a1c7820ee7879e7d3016e8cc15e7cb743c.zip |
Add an extra patch which was never applied. This should fix the problem
on AMD64.
PR: ports/129288
Submitted by: Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp>
-rw-r--r-- | net/vnc/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/vnc/Makefile b/net/vnc/Makefile index 035931caa833..06faf64d10ec 100644 --- a/net/vnc/Makefile +++ b/net/vnc/Makefile @@ -7,6 +7,7 @@ PORTNAME= vnc PORTVERSION= 4.1.3 +PORTREVISION= 1 CATEGORIES= net ipv6 MASTER_SITES= http://www.realvnc.com/:vnc DISTNAME= vnc-4_1_3-unixsrc @@ -56,6 +57,7 @@ USE_PERL5= yes EXTRA_PATCHES+= ${WRKSRC}/xc.patch \ ${PATCHDIR}/vnc.def-patch \ ${PATCHDIR}/FreeBSD.cf-patch \ + ${PATCHDIR}/extra-patch-xfree86 \ ${PATCHDIR}/extra-patch-fix_Xvnc_no_valid_address \ ${PATCHDIR}/extra-patch-xc-config-util-printver.c |