Ensure we do not build against GnuTLS.

This commit is contained in:
Joe Marcus Clarke 2004-03-15 18:10:32 +00:00
parent 4a84163527
commit e14820891e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=104101
2 changed files with 6 additions and 2 deletions

View file

@ -22,7 +22,9 @@ USE_GNOME= gnomehack glib20
INSTALLS_SHLIB= yes
USE_LIBTOOL_VER= 13
USE_OPENSSL= yes
CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc
CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc \
--with-gnutls-includes=${FALSE} \
--with-gnutls-libs=${FALSE}
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include"
LDFLAGS+= -L${LOCALBASE}/lib

View file

@ -22,7 +22,9 @@ USE_GNOME= gnomehack glib20
INSTALLS_SHLIB= yes
USE_LIBTOOL_VER= 13
USE_OPENSSL= yes
CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc
CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc \
--with-gnutls-includes=${FALSE} \
--with-gnutls-libs=${FALSE}
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include"
LDFLAGS+= -L${LOCALBASE}/lib