mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04: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:
parent
2663abbe23
commit
b2edfc1b01
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=74449
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue