git: fd6a1cf794c6 - main - science/gbtolib: Add FFLAGS=-fdefault-integer-8

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Wed, 03 Aug 2022 08:40:54 UTC
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=fd6a1cf794c6c156ae3ec6dcef0fac15e2e2bf26

commit fd6a1cf794c6c156ae3ec6dcef0fac15e2e2bf26
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-08-03 07:20:38 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-08-03 08:40:49 +0000

    science/gbtolib: Add FFLAGS=-fdefault-integer-8
    
    ... to fix tests in science/ukrmol+.
---
 science/gbtolib/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/science/gbtolib/Makefile b/science/gbtolib/Makefile
index 055f95696e3b..20ba04f40e0b 100644
--- a/science/gbtolib/Makefile
+++ b/science/gbtolib/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	gbtolib
 DISTVERSION=	3.0.3
+PORTREVISION=	1
 CATEGORIES=	science # chemistry, physics
 MASTER_SITES=	https://zenodo.org/record/5798035/files/
 DISTNAME=	GBTOLib-${DISTVERSION}
@@ -21,6 +22,8 @@ USES=		cmake fortran zip
 CMAKE_ON=	BUILD_SHARED_LIBS
 CMAKE_OFF=	BUILD_DOC BUILD_TESTING
 
+FFLAGS=		-fdefault-integer-8
+
 OPTIONS_DEFINE=	MPI
 
 MPI_CMAKE_BOOL=	WITH_MPI