diff options
| author | Pavel Volkov <pavelivolkov@gmail.com> | 2022-09-19 15:50:58 +0000 |
|---|---|---|
| committer | Neel Chauhan <nc@FreeBSD.org> | 2022-09-19 15:50:58 +0000 |
| commit | d0ed1f3f390ac0dc6b6a3d9de28218cbbbf77de1 (patch) | |
| tree | 7c341f19b9edef44357a2aa2f4ae00fda4dbedb1 /databases | |
| parent | c3997397a01e8ece3f1196e9ef5cf85826d876a0 (diff) | |
Diffstat (limited to 'databases')
| -rw-r--r-- | databases/sqlite3/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/sqlite3/Makefile b/databases/sqlite3/Makefile index cf0c2eae8344..08db9f93e18a 100644 --- a/databases/sqlite3/Makefile +++ b/databases/sqlite3/Makefile @@ -214,8 +214,8 @@ URI_AUTHORITY_CPPFLAGS= -DSQLITE_ALLOW_URI_AUTHORITY=1 .include <bsd.port.options.mk> -# YEAR= ${%Y:L:gmtime} - do not work with the version from the previous year -YEAR= 2022 +# _YEAR= ${%Y:L:gmtime} - do not work with the version from the previous year +_YEAR= 2022 # Platform Configuration # -DHAVE_POSIX_FALLOCATE=1 not yet, chunksize.test ZFS failure chunksize-1.2 expected: [32768] got: [2048] |
