diff options
| author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-05-17 16:27:49 +0000 |
|---|---|---|
| committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-05-17 16:30:15 +0000 |
| commit | 9b178ffd7e2fd77fecb8c80d22f7c80bc9e93977 (patch) | |
| tree | b360bb8359894fe0da8a0f81ea62594442d1436c /databases/pgpool-II-41 | |
| parent | dba2ffb1db8db7c1d11cff8257e54464cee1ec58 (diff) | |
Diffstat (limited to 'databases/pgpool-II-41')
| -rw-r--r-- | databases/pgpool-II-41/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/pgpool-II-41/Makefile b/databases/pgpool-II-41/Makefile index 5fb5f66e6465..27e8e500f500 100644 --- a/databases/pgpool-II-41/Makefile +++ b/databases/pgpool-II-41/Makefile @@ -38,7 +38,7 @@ SSL_CONFIGURE_WITH= openssl .include <bsd.port.options.mk> -.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1400079 +.if ${OPSYS} == FreeBSD && ( ${OSVERSION} >= 1400079 || ( ${OSVERSION} >= 1302505 && ${OSVERSION} < 1400000 )) CFLAGS+= -Wno-error=int-conversion .endif |
