From owner-freebsd-ports@FreeBSD.ORG Tue Mar 22 19:59:47 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 39E3F16A4CE for ; Tue, 22 Mar 2005 19:59:47 +0000 (GMT) Received: from arzaga.net (adsl-64-109-180-25.dsl.chcgil.ameritech.net [64.109.180.25]) by mx1.FreeBSD.org (Postfix) with SMTP id CCCD243D4C for ; Tue, 22 Mar 2005 19:59:44 +0000 (GMT) (envelope-from broohaha@arzaga.net) Received: (qmail 8535 invoked by uid 1001); 22 Mar 2005 20:01:01 -0000 Date: Tue, 22 Mar 2005 14:01:01 -0600 From: Al Arzaga To: freebsd-ports@freebsd.org Message-ID: <20050322200101.GF3629@arzaga.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.1i Subject: php5-extensions ports help X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Mar 2005 19:59:47 -0000 I'd like to continue using the php5-extensions meta port to add modules to my php install. In this instance, I need php to link to a different set of odbc libraries instead of the standard unixODBC port's. If I were to manually compile from source, I would add the following argument to my ./configure command: --with-unixODBC=shared,/usr/local/easysoft/unixODBC Now, how would I do the same thing within the context of the php5-extensions meta-port implementation? Any feedback would be greatly appreciated. Thank you. -Al