Bring in the SSL support from the xchat-devel port.
PR: 23092 Submitted by: Ron Rosson <insane@lunatic.oneinsane.net>
This commit is contained in:
parent
d45be7cfe8
commit
5dafc0c669
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=35430
4 changed files with 20 additions and 0 deletions
|
@ -35,6 +35,11 @@ BUILD_DEPENDS+= ${LOCALBASE}/lib/libsocks5.a:${PORTSDIR}/net/socks5
|
|||
CONFIGURE_ARGS+= --enable-socks
|
||||
.endif
|
||||
|
||||
.if defined(WITH_SSL)
|
||||
USE_OPENSSL= YES
|
||||
CONFIGURE_ARGS+= --enable-openssl
|
||||
.endif
|
||||
|
||||
.if defined(HAVE_GNOME)
|
||||
USE_GNOME= yes
|
||||
CONFIGURE_ARGS+= --enable-gnome --enable-panel --enable-gdk-pixbuf
|
||||
|
|
|
@ -35,6 +35,11 @@ BUILD_DEPENDS+= ${LOCALBASE}/lib/libsocks5.a:${PORTSDIR}/net/socks5
|
|||
CONFIGURE_ARGS+= --enable-socks
|
||||
.endif
|
||||
|
||||
.if defined(WITH_SSL)
|
||||
USE_OPENSSL= YES
|
||||
CONFIGURE_ARGS+= --enable-openssl
|
||||
.endif
|
||||
|
||||
.if defined(HAVE_GNOME)
|
||||
USE_GNOME= yes
|
||||
CONFIGURE_ARGS+= --enable-gnome --enable-panel --enable-gdk-pixbuf
|
||||
|
|
|
@ -35,6 +35,11 @@ BUILD_DEPENDS+= ${LOCALBASE}/lib/libsocks5.a:${PORTSDIR}/net/socks5
|
|||
CONFIGURE_ARGS+= --enable-socks
|
||||
.endif
|
||||
|
||||
.if defined(WITH_SSL)
|
||||
USE_OPENSSL= YES
|
||||
CONFIGURE_ARGS+= --enable-openssl
|
||||
.endif
|
||||
|
||||
.if defined(HAVE_GNOME)
|
||||
USE_GNOME= yes
|
||||
CONFIGURE_ARGS+= --enable-gnome --enable-panel --enable-gdk-pixbuf
|
||||
|
|
|
@ -35,6 +35,11 @@ BUILD_DEPENDS+= ${LOCALBASE}/lib/libsocks5.a:${PORTSDIR}/net/socks5
|
|||
CONFIGURE_ARGS+= --enable-socks
|
||||
.endif
|
||||
|
||||
.if defined(WITH_SSL)
|
||||
USE_OPENSSL= YES
|
||||
CONFIGURE_ARGS+= --enable-openssl
|
||||
.endif
|
||||
|
||||
.if defined(HAVE_GNOME)
|
||||
USE_GNOME= yes
|
||||
CONFIGURE_ARGS+= --enable-gnome --enable-panel --enable-gdk-pixbuf
|
||||
|
|
Loading…
Reference in a new issue