diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2003-02-02 04:28:39 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2003-02-02 04:28:39 +0000 |
commit | b2edfc1b01bd517c83cce4ca180733f2c436e4d8 (patch) | |
tree | d4d9db63edeefe49895f769ef721f94815dac1b9 | |
parent | Add back pkg-comment which was removed during the earlier PORTCOMMENT sweep. (diff) |
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
-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 |