Created attachment 144858 [details] patch It looks like SVN r352675 was a regression with respect to PR 179606. The issue is back. SQLite installed in an alternate (ie., non-/usr/local) location will not be found by the configure script without --with-sqlite3=/path/to/sqlite. This is easily fixed with +CONFIGURE_ARGS+= --with-sqlite3=${LOCALBASE}. A patch against the latest version of the Makefile is attached.
notify maintainer
I wonder how this happened. Anyway, I added th fixe to the upgrade I was just uploading, see <https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192023>. jaap
Committed, thanks! I did take the liberty to add bin/ods-getconf and man/man8/ods-getconf.8.gz to pkg-plist.