Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 May 2002 23:40:13 +0200 (CEST)
From:      "Erik H. Bakke" <ebakke@trolltech.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/37721: Update to let MyODBC compile with unixODBC
Message-ID:  <200205032140.g43LeD71018531@steinbit.troll.no>

next in thread | raw e-mail | index | archive | help

>Number:         37721
>Category:       ports
>Synopsis:       Update to let MyODBC compile with unixODBC
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri May 03 12:50:02 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Erik H. Bakke
>Release:        FreeBSD 4.6-PRERELEASE i386
>Organization:
Trolltech AS
>Environment:
System: FreeBSD steinbit.troll.no 4.6-PRERELEASE FreeBSD 4.6-PRERELEASE #0: Fri May 3 17:50:18 CEST 2002 root@steinbit.troll.no:/usr/src/sys/compile/STEINBIT i386


	
>Description:
	MyODBC could not configure successfully is used with
	unixODBC. This patch fixes that.
>How-To-Repeat:
	
>Fix:

	

--- myodbc.diff begins here ---
diff -ruN myodbc.bak/Makefile myodbc/Makefile
--- myodbc.bak/Makefile	Fri May  3 23:14:15 2002
+++ myodbc/Makefile	Fri May  3 23:15:31 2002
@@ -28,7 +28,8 @@
 DRIVER_MANAGER?=	iodbc
 
 .if ${DRIVER_MANAGER} == "unixodbc"
-CONFIGURE_ARGS+=	--with-odbc-ini=${LOCALBASE}/etc/odbc.ini
+CONFIGURE_ARGS+=	--with-odbc-ini=${LOCALBASE}/etc/odbc.ini \
+			--with-unixODBC=${LOCALBASE}
 LIB_DEPENDS+=		odbc.1:${PORTSDIR}/databases/unixODBC
 .else	# assume we're using iodbc
 LIB_DEPENDS+=		iodbc.3:${PORTSDIR}/databases/libiodbc
--- myodbc.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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