aboutsummaryrefslogtreecommitdiff
path: root/net/vnc
diff options
context:
space:
mode:
authorNorikatsu Shigemura <nork@FreeBSD.org>2003-02-02 04:28:39 +0000
committerNorikatsu Shigemura <nork@FreeBSD.org>2003-02-02 04:28:39 +0000
commitb2edfc1b01bd517c83cce4ca180733f2c436e4d8 (patch)
treed4d9db63edeefe49895f769ef721f94815dac1b9 /net/vnc
parent2663abbe233093416ff55d0d4200998cafbb50e1 (diff)
downloadports-b2edfc1b01bd517c83cce4ca180733f2c436e4d8.tar.gz
ports-b2edfc1b01bd517c83cce4ca180733f2c436e4d8.zip
Fix segmentation violation of vncviewer.
PR: ports/46106, ports-jp/13501 Reported by: parv <parv_fm@emailgroups.net> Submitted by: Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp> Reviewed by: James Raftery <james@now.ie> (maintainer) Approved by: James Raftery <james@now.ie> (maintainer)
Notes
Notes: svn path=/head/; revision=74449
Diffstat (limited to 'net/vnc')
-rw-r--r--net/vnc/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/net/vnc/Makefile b/net/vnc/Makefile
index c2437549e27c..e33dff9e2d51 100644
--- a/net/vnc/Makefile
+++ b/net/vnc/Makefile
@@ -7,6 +7,7 @@
PORTNAME= vnc
PORTVERSION= 3.3.6
+PORTREVISION= 1
CATEGORIES= net ipv6
MASTER_SITES= http://www.realvnc.com/dist/
DISTNAME= ${PORTNAME}-${PORTVERSION}-unixsrc
@@ -14,6 +15,8 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-unixsrc
MAINTAINER= james@now.ie
GNU_CONFIGURE= yes
+# vnc supplied zlib seg. faults if compiled with -O
+CONFIGURE_ARGS= --with-installed-zlib
USE_REINPLACE= yes
USE_XLIB= yes
USE_XPM= yes