1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

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)
This commit is contained in:
Norikatsu Shigemura 2003-02-02 04:28:39 +00:00
parent 2663abbe23
commit b2edfc1b01
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=74449

View File

@ -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