[32212] trunk/base

jmpp at macports.org jmpp at macports.org
Thu Dec 20 00:45:24 PST 2007


Revision: 32212
          http://trac.macosforge.org/projects/macports/changeset/32212
Author:   jmpp at macports.org
Date:     2007-12-20 00:45:23 -0800 (Thu, 20 Dec 2007)

Log Message:
-----------

When building on Panther, the new registry sources (cregistry and registry2.0) fail 'cause there's no sqlite3
on that platform. In this case we build with our bundled sqlite3, so if we're doing that go ahead and append
a "-I../sqlite-3.1.3" rule to our includes search path, so that sqlite3 headers are found.

Maun Suang, can you please try building trunk + this patch on Panther?

Modified Paths:
--------------
    trunk/base/configure
    trunk/base/configure.ac

Modified: trunk/base/configure
===================================================================
--- trunk/base/configure	2007-12-20 08:44:04 UTC (rev 32211)
+++ trunk/base/configure	2007-12-20 08:45:23 UTC (rev 32212)
@@ -11999,6 +11999,7 @@
 # If sqlite3 package isn't installed, configure and install sqlite3 package.
 if test "$with_included_sqlite3" = "yes"; then
 	OUR_INCLUDED_PACKAGES="$OUR_INCLUDED_PACKAGES sqlite-3.1.3"
+	INCLUDES="$INCLUDES -I../sqlite-3.1.3"
 	subdirs="$subdirs src/sqlite-3.1.3"
 
 	# Extract sqlite3 package

Modified: trunk/base/configure.ac
===================================================================
--- trunk/base/configure.ac	2007-12-20 08:44:04 UTC (rev 32211)
+++ trunk/base/configure.ac	2007-12-20 08:45:23 UTC (rev 32212)
@@ -261,6 +261,7 @@
 # If sqlite3 package isn't installed, configure and install sqlite3 package.
 if test "$with_included_sqlite3" = "yes"; then
 	OUR_INCLUDED_PACKAGES="$OUR_INCLUDED_PACKAGES sqlite-3.1.3"
+	INCLUDES="$INCLUDES -I../sqlite-3.1.3"
 	AC_CONFIG_SUBDIRS([src/sqlite-3.1.3])
 	# Extract sqlite3 package
 	(cd src/; gzip -d < sqlite-3.1.3.tar.gz | tar xf -)

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20071220/825862ac/attachment-0001.html


More information about the macports-changes mailing list