diff options
author | nork <nork@FreeBSD.org> | 2003-02-02 12:28:39 +0800 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2003-02-02 12:28:39 +0800 |
commit | 9231f754b8a798779965c4867e836e737ee8ca9b (patch) | |
tree | 4df7e57a2c1be0e7c89e5fd5e2b69353bfbf6837 /net | |
parent | 556e10ecfb5933c0a5e42771407ebb2cee0c78f8 (diff) | |
download | freebsd-ports-gnome-9231f754b8a798779965c4867e836e737ee8ca9b.tar.gz freebsd-ports-gnome-9231f754b8a798779965c4867e836e737ee8ca9b.tar.zst freebsd-ports-gnome-9231f754b8a798779965c4867e836e737ee8ca9b.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)
Diffstat (limited to 'net')
-rw-r--r-- | net/vnc/Makefile | 3 |
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 |