diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2022-12-02 20:50:08 -0500 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2022-12-02 20:50:57 -0500 |
commit | a5c229cda0124b19564cb2bf192c159fc9b6fa84 (patch) | |
tree | 11f5ed53295523488985615d6e7601cd9f541d45 /databases/firebird30-server | |
parent | security/openiked-portable: Update to new release 7.2 (diff) |
databases/firebird30-*: Fix build on FreeBSD >= 13.x
Diffstat (limited to 'databases/firebird30-server')
-rw-r--r-- | databases/firebird30-server/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/firebird30-server/Makefile b/databases/firebird30-server/Makefile index 5726107ddc50..a9765cd653cf 100644 --- a/databases/firebird30-server/Makefile +++ b/databases/firebird30-server/Makefile @@ -1,6 +1,6 @@ PORTNAME= firebird PORTVERSION= 3.0.10 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES?= databases MASTER_SITES= https://github.com/FirebirdSQL/${PORTNAME}/releases/download/v${PORTVERSION}/ PKGNAMESUFFIX?= ${PORTVERSION:R:S/.//}-server @@ -49,7 +49,7 @@ CONFIGURE_ARGS= --prefix=${LOCALSTATEDIR} \ CONFIGURE_ENV+= PTHREAD_LIBS="-lpthread" \ ac_cv_header_atomic_ops_h="no" \ ac_cv_lib_atomic_ops_main="no" -CPPFLAGS+= -DU_NOEXCEPT= # For USE_CXXSTD=gnu++98 +CPPFLAGS+= -DU_NOEXCEPT= -fno-delete-null-pointer-checks # For USE_CXXSTD=gnu++98 LOCALSTATEDIR= /var/db/firebird CONFDIR= etc/firebird |