aboutsummaryrefslogtreecommitdiff
path: root/lib/libsqlite3
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>2015-08-09 05:54:53 +0000
committerPeter Wemm <peter@FreeBSD.org>2015-08-09 05:54:53 +0000
commit3438e7b66320282e6fa946c5385887253dd16d1a (patch)
treeada7bdcfa39a93886d7abe8110a6b3b117c19070 /lib/libsqlite3
parent041541bdebb3ad0e2efe626826f765fce89bec96 (diff)
downloadsrc-3438e7b66320282e6fa946c5385887253dd16d1a.tar.gz
src-3438e7b66320282e6fa946c5385887253dd16d1a.zip
Move the USE_PREAD configuration knob out of the middle of the autoconf
generated ones. It is easy to mistake as an option that has gone away when it's actually a control that was explicitly turned on for FreeBSD.
Notes
Notes: svn path=/head/; revision=286511
Diffstat (limited to 'lib/libsqlite3')
-rw-r--r--lib/libsqlite3/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libsqlite3/Makefile b/lib/libsqlite3/Makefile
index 2db85fb39708..d44615162878 100644
--- a/lib/libsqlite3/Makefile
+++ b/lib/libsqlite3/Makefile
@@ -12,10 +12,10 @@ SQLITE= ${.CURDIR}/../../contrib/sqlite3
WARNS= 3
CFLAGS+= -I${SQLITE} \
+ -DUSE_PREAD=1 \
-DSTDC_HEADERS=1 \
-DHAVE_SYS_TYPES_H=1 \
-DHAVE_SYS_STAT_H=1 \
- -DUSE_PREAD=1 \
-DHAVE_STDLIB_H=1 \
-DHAVE_STRING_H=1 \
-DHAVE_MEMORY_H=1 \