diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-01-14 23:06:41 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-01-14 23:06:41 +0000 |
commit | 58032e72c0d87d94354229f30f55c294a1dc2e3b (patch) | |
tree | 6206c25a004e8f7f8ce395bb9ba4c9d5059d50c7 /databases/freetds/files/patch-configure | |
parent | - Set $PORTNAME to 0.4600 and $DISTNAME to $PORTNAME-0.46 because (diff) |
- Fix gnutls linking error by using pkg-config
PR: ports/138435
Submitted by: Chris Cowart <ccowart@rescomp.berkeley.edu>
Approved by: maintainer timeout (> 5 months)
Notes
Notes:
svn path=/head/; revision=247891
Diffstat (limited to 'databases/freetds/files/patch-configure')
-rw-r--r-- | databases/freetds/files/patch-configure | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/databases/freetds/files/patch-configure b/databases/freetds/files/patch-configure index faf9c4a04d87..186d35f59da8 100644 --- a/databases/freetds/files/patch-configure +++ b/databases/freetds/files/patch-configure @@ -1,13 +1,14 @@ ---- configure.orig 2009-09-19 14:23:09.000000000 +0200 -+++ configure 2009-09-19 14:23:43.000000000 +0200 +diff -rub work/freetds-0.64/configure /tmp/freetds-0.64/configure +--- configure 2006-07-01 08:10:31.000000000 -0700 ++++ configure 2009-08-31 22:42:17.000000000 -0700 @@ -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`" ++ 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 |