ports/databases/sqlite3
Sunpoet Po-Chuan Hsieh c88d80655c Fix configure error when SESSION is enabled
In file included from <built-in>:318:
<command line>:39:28: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions]
#define SQLITE_ENABLE_RTREE-DSQLITE_ENABLE_SESSION 1
                           ^
sqlite3.c:308:5: error: token is not a valid binary operator in a preprocessor subexpression
#if SQLITE_ENABLE_RTREE
    ^~~~~~~~~~~~~~~~~~~
<command line>:39:52: note: expanded from here
#define SQLITE_ENABLE_RTREE-DSQLITE_ENABLE_SESSION 1
                           ~~~~~~~~~~~~~~~~~~~~~~~ ^
1 warning and 1 error generated.
*** Error code 1

Approved by:	portmgr (blanket)
2018-09-20 13:42:10 +00:00
..
files Fix configure error when SESSION is enabled 2018-09-20 13:42:10 +00:00
distinfo databases/sqlite3: Update to 3.25.0 2018-09-19 23:37:16 +00:00
Makefile databases/sqlite3: Update to 3.25.0 2018-09-19 23:37:16 +00:00
pkg-descr