Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Sep 2009 11:30:10 GMT
From:      "Andrei V. Lavreniyuk" <andy.lavr@reactor-xg.kiev.ua>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/137867: Cannot compile ports/databases/freetds (FreeBSD 8.0 BETA-2)
Message-ID:  <200909121130.n8CBUAj1078251@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/137867; it has been noted by GNATS.

From: "Andrei V. Lavreniyuk" <andy.lavr@reactor-xg.kiev.ua>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/137867: Cannot compile ports/databases/freetds (FreeBSD
 8.0 BETA-2)
Date: Sat, 12 Sep 2009 13:33:09 +0300

 Hi!
 
 
 patch-configure
 
 ----------------------
 
 --- configure.orig      2006-07-01 18:10:31.000000000 +0300
 +++ configure   2009-09-12 12:28:33.000000000 +0300
 @@ -20088,8 +20088,8 @@
   #define HAVE_GNUTLS 1
   _ACEOF
 
 -       CPPFLAGS="$CPPFLAGS `libgnutls-config --cflags`"
 -       NETWORK_LIBS="$NETWORK_LIBS `libgnutls-config --libs`"
 +       CPPFLAGS="$CPPFLAGS `pkg-config --cflags gnutls`"
 +       NETWORK_LIBS="$NETWORK_LIBS `pkg-config --libs gnutls`"
   else
          echo "$as_me:$LINENO: checking if openssl is wanted" >&5
   echo $ECHO_N "checking if openssl is wanted... $ECHO_C" >&6
 
 
 ---------------------
 
 
 -- 
   Best regards, Andrei V. Lavreniyuk.
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200909121130.n8CBUAj1078251>