git: a5c229cda012 - main - databases/firebird30-*: Fix build on FreeBSD >= 13.x
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 03 Dec 2022 01:51:05 UTC
The branch main has been updated by acm:
URL: https://cgit.FreeBSD.org/ports/commit/?id=a5c229cda0124b19564cb2bf192c159fc9b6fa84
commit a5c229cda0124b19564cb2bf192c159fc9b6fa84
Author: Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
AuthorDate: 2022-12-03 01:50:08 +0000
Commit: Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
CommitDate: 2022-12-03 01:50:57 +0000
databases/firebird30-*: Fix build on FreeBSD >= 13.x
---
databases/firebird30-server/Makefile | 4 ++--
1 file 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