ports/irc/unreal/files/patch-configure
Peter Pentchev 64e068d25c Update the ftp/curl port to 7.16.0.
Bump PORTREVISION of all dependent ports.
Fix the build errors in the few ports that still use the long deprecated,
and now obsoleted, cURL options.

Thanks to everyone who took the time to look over the patch!

Discussed on:	-ports
2006-12-13 12:41:35 +00:00

37 lines
1.1 KiB
Text

--- configure.orig Tue Dec 5 15:55:45 2006
+++ configure Tue Dec 5 15:59:10 2006
@@ -12701,34 +12701,6 @@
cd $cur_dir
-cares_version="1.3.0"
-echo "$as_me:$LINENO: result: extracting c-ares resolver library" >&5
-echo "${ECHO_T}extracting c-ares resolver library" >&6
-cur_dir=`pwd`
-cd extras
-rm -rf c-ares-$cares_version
-if test "x$ac_cv_path_GUNZIP" = "x" ; then
- tar xfz c-ares.tar.gz
-else
- cp c-ares.tar.gz c-ares.tar.gz.bak
- gunzip -f c-ares.tar.gz
- cp c-ares.tar.gz.bak c-ares.tar.gz
- tar xf c-ares.tar
-fi
-echo "$as_me:$LINENO: result: configuring c-ares library" >&5
-echo "${ECHO_T}configuring c-ares library" >&6
-cd c-ares-$cares_version
-./configure --prefix=$cur_dir/extras/c-ares || exit 1
-echo "$as_me:$LINENO: result: compiling c-ares resolver library" >&5
-echo "${ECHO_T}compiling c-ares resolver library" >&6
-$ac_cv_prog_MAKER || exit 1
-echo "$as_me:$LINENO: result: installing c-ares resolver library" >&5
-echo "${ECHO_T}installing c-ares resolver library" >&6
-$ac_cv_prog_MAKER install || exit 1
-CARESINCDIR="$cur_dir/extras/c-ares/include"
-
-CARESLIBDIR="-L../extras/c-ares/lib"
-
CARESLIBS="-lcares"
cd $cur_dir