Browse Source

libvncserver: force gnutls if found

user/chris/next/0.4
Gernot Tenchio 12 years ago
committed by Christian Wiese
parent
commit
dda868d298
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      x11/libvncserver/libvncserver.conf

+ 4
- 0
x11/libvncserver/libvncserver.conf

@ -21,6 +21,10 @@ if atstage cross; then
var_append configcache ' ' "ac_cv_func_gettimeofday=yes"
fi
if pkginstalled -f gnutls; then
var_append extraconfopt ' ' "--with-gnutls=$( pkgprefix -r gnutls ) --without-crypto --without-ssl"
fi
if ! pkginstalled -f libgcrypt; then
var_append extraconfopt ' ' "--without-gcrypt"
else

Loading…
Cancel
Save