#17989: sqlite3 : Add -DSQLITE_ENABLE_COLUMN_METADATA to the CFLAGS -----------------------------------------------------------+---------------- Reporter: alakazam@… | Owner: mww@… Type: enhancement | Status: new Priority: Normal | Milestone: Port Enhancements Component: ports | Version: 1.7.0 Keywords: SQLITE_ENABLE_COLUMN_METADATA octave database | Port: sqlite3 -----------------------------------------------------------+---------------- In order to build the octave-database port (Portfile pending, will attach to this ticket), I need the "-DSQLITE_ENABLE_COLUMN_METADATA" flag to be added to the CFLAGS during compilation of the sqlite3 port. Without these, UTF16 column information extraction methods are not defined and the octave-database package can't link (see octave-database- build.log). More information about "-DSQLITE_ENABLE_COLUMN_METADATA" can be found in the sqlite3 source code (port patch sqlite3 ; open `port work sqlite3` ; search for "SQLITE_ENABLE_COLUMN_METADATA" in src/sqlite.h.in). More information about octave-database can be found at http://octave.sourceforge.net/database/index.html). -- Ticket URL: <http://trac.macports.org/ticket/17989> MacPorts <http://www.macports.org/> Ports system for Mac OS