aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJose Alonso Cardenas Marquez <acm@FreeBSD.org>2022-12-03 01:50:08 +0000
committerJose Alonso Cardenas Marquez <acm@FreeBSD.org>2022-12-03 01:50:57 +0000
commita5c229cda0124b19564cb2bf192c159fc9b6fa84 (patch)
tree11f5ed53295523488985615d6e7601cd9f541d45
parent59600b1e07578f4f97e9a4f311cdce4461015592 (diff)
downloadports-a5c229cda0124b19564cb2bf192c159fc9b6fa84.tar.gz
ports-a5c229cda0124b19564cb2bf192c159fc9b6fa84.zip
databases/firebird30-*: Fix build on FreeBSD >= 13.x
-rw-r--r--databases/firebird30-server/Makefile4
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