diff options
author | marcus <marcus@FreeBSD.org> | 2004-04-07 08:08:36 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-04-07 08:08:36 +0800 |
commit | 65cf681f1de963b1d4f3cd25fc0ae72fe077e427 (patch) | |
tree | 96822d92d336ebbbc38dadecfc7b9f874f8d352a /devel/libsoup | |
parent | 899dcb390aaf8cba6848f378339f774e1855e3be (diff) | |
download | freebsd-ports-gnome-65cf681f1de963b1d4f3cd25fc0ae72fe077e427.tar.gz freebsd-ports-gnome-65cf681f1de963b1d4f3cd25fc0ae72fe077e427.tar.zst freebsd-ports-gnome-65cf681f1de963b1d4f3cd25fc0ae72fe077e427.zip |
Avoid GnuTLS support at all costs.
Diffstat (limited to 'devel/libsoup')
-rw-r--r-- | devel/libsoup/Makefile | 2 | ||||
-rw-r--r-- | devel/libsoup/files/patch-configure | 19 |
2 files changed, 11 insertions, 10 deletions
diff --git a/devel/libsoup/Makefile b/devel/libsoup/Makefile index 17e7d6a0e546..48e7a77aba0f 100644 --- a/devel/libsoup/Makefile +++ b/devel/libsoup/Makefile @@ -19,7 +19,7 @@ COMMENT= A SOAP (Simple Object Access Protocol) implementation in C LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt USE_BZIP2= yes -USE_GNOME= gnomehack glib20 +USE_GNOME= gnomehack lthack glib20 INSTALLS_SHLIB= yes USE_LIBTOOL_VER= 13 USE_OPENSSL= yes diff --git a/devel/libsoup/files/patch-configure b/devel/libsoup/files/patch-configure index fbe1b4bb7af9..85f964458b26 100644 --- a/devel/libsoup/files/patch-configure +++ b/devel/libsoup/files/patch-configure @@ -1,10 +1,11 @@ ---- configure.orig Thu Jan 2 14:06:13 2003 -+++ configure Fri Feb 7 22:54:07 2003 -@@ -7366,6 +7366,7 @@ +--- configure.orig Tue Apr 6 17:08:05 2004 ++++ configure Tue Apr 6 17:10:47 2004 +@@ -9520,7 +9521,7 @@ + save_CPPFLAGS=$CPPFLAGS + CPPFLAGS="$CPPFLAGS $gnutls_inc_prefix" - # This can be used to rebuild libtool when needed - LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" -+$ac_aux_dir/ltconfig $LIBTOOL_DEPS - - # Always use our own libtool. - LIBTOOL='$(SHELL) $(top_builddir)/libtool' +-for ac_header in gnutls/gnutls.h ++for ac_header in gnutls/xxxgnutls.h + do + as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` + if eval "test \"\${$as_ac_Header+set}\" = set"; then |