head	1.3;
access;
symbols
	old_RELEASE_6_1_0:1.2
	old_RELEASE_5_5_0:1.2
	old_RELEASE_6_0_0:1.1;
locks; strict;
comment	@# @;


1.3
date	2006.03.15.16.37.05;	author olgeni;	state dead;
branches;
next	1.2;

1.2
date	2005.12.15.10.58.51;	author olgeni;	state Exp;
branches;
next	1.1;

1.1
date	2005.06.28.12.21.59;	author olgeni;	state Exp;
branches;
next	;


desc
@@


1.3
log
@Upgrade to version R10B-10 (with dialyzer patch).
@
text
@
$FreeBSD: ports/lang/erlang/files/patch-lib_odbc_configure,v 1.2 2005/12/15 10:58:51 olgeni Exp $

--- lib/odbc/configure.orig
+++ lib/odbc/configure
@@@@ -1005,7 +1005,7 @@@@
 	       echo $ac_n "checking for odbc in standard locations""... $ac_c" 1>&6
 echo "configure:1007: checking for odbc in standard locations" >&5
 	         for dir in /usr/local/odbc /usr/odbc \
-		     /usr /opt/local/pgm/odbc 
+		     /usr /opt/local/pgm/odbc /usr/local
 		 do   
 		    if test -f "$dir/include/sql.h"; then
 		      is_odbc_std_location=yes	   
@


1.2
log
@Upgrade to version R10B-9.
@
text
@d2 1
a2 1
$FreeBSD$
@


1.1
log
@Enable ODBC support.

Submitted by:	Alexey Slynko <slynko(at)tronet.ru>
@
text
@d1 6
a6 3
--- lib/odbc/configure.orig	Sat Jun 25 18:33:21 2005
+++ lib/odbc/configure	Sat Jun 25 18:33:51 2005
@@@@ -1096,7 +1096,7 @@@@
d8 4
a11 4
 echo "configure:1098: checking for odbc in standard locations" >&5
 	         for dir in /opt/local/pgm/odbc /usr/local/odbc /usr/odbc \
-		     /usr
+		     /usr /usr/local
@

