Date: Thu, 16 Jun 2005 03:48:12 -0500 From: "Jeremy Messenger" <mezz7@cox.net> To: "Peter Czanik" <pczanik@fang.fa.gau.hu> Cc: freebsd-ports@freebsd.org Subject: Re: libgda2 and sqlite Message-ID: <op.ssgf2mt69aq2h7@mezz.mezzweb.com> In-Reply-To: <42AFF517.6080802@fang.fa.gau.hu> References: <42AFF517.6080802@fang.fa.gau.hu>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 15 Jun 2005 04:29:59 -0500, Peter Czanik <pczanik@fang.fa.gau.hu> wrote: > Hello, > Last week I wrote, that libgda2 port does not compile sqlite support. I > found the reason: the port Makefile checks for sqlite2, but the libgda2 > configure script looks for sqlite3. > With this small change in the libgda2 port Makefile, it uses sqlite3, > and compiles fine: > 74c74 > < .if exists(${LOCALBASE}/lib/libsqlite3.so.8) > --- > > .if exists(${LOCALBASE}/lib/libsqlite.so.2) > 151c151 > < LIB_DEPENDS+= sqlite3.8:${PORTSDIR}/databases/sqlite3 > --- > > LIB_DEPENDS+= sqlite.2:${PORTSDIR}/databases/sqlite2 > > sqlite3 is a beta software, but seems to work fine. Bye, I have committed it, thanks. In future, please contact to the correct maintainer or/and use PR. Cheers, Mezz > Peter -- mezz7@cox.net - mezz@FreeBSD.org FreeBSD GNOME Team http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?op.ssgf2mt69aq2h7>