diff options
author | Wesley Shields <wxs@FreeBSD.org> | 2008-12-27 23:47:38 +0000 |
---|---|---|
committer | Wesley Shields <wxs@FreeBSD.org> | 2008-12-27 23:47:38 +0000 |
commit | aac81519705052f400cd89058066af7b29aaec04 (patch) | |
tree | 65a321d6533e0bc9244be242b4f6df76050e3c06 | |
parent | 9e9669cd2e56f1ecbfc47514ff6ee792b8a63c50 (diff) |
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>
Notes
Notes:
svn path=/head/; revision=224865
-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 |