git: f815d9ba4eda - main - science/gbtolib: Broken on powerpc64 and powerpc64le

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Fri, 12 Jan 2024 05:41:41 UTC
The branch main has been updated by yuri:

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

commit f815d9ba4eda00cce03dfd8deb07a24e6ea3fe8c
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-01-12 05:40:48 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-01-12 05:41:39 +0000

    science/gbtolib: Broken on powerpc64 and powerpc64le
    
    Reported by:    fallout
---
 science/gbtolib/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/science/gbtolib/Makefile b/science/gbtolib/Makefile
index e35ebf9dda4d..8e16eefd3799 100644
--- a/science/gbtolib/Makefile
+++ b/science/gbtolib/Makefile
@@ -12,6 +12,8 @@ WWW=		https://zenodo.org/record/5798035 #.Yo1sazXMKV4
 LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+BROKEN_powerpc64=	compilation fails in the Fortran code: Error: Kind -1 not supported for type REAL at (1)
+BROKEN_powerpc64le=	compilation fails in the Fortran code: Error: Kind -1 not supported for type REAL at (1)
 .if !exists(/usr/include/omp.h)
 BROKEN=		requires OpenMP support that is missing on this architecture
 .endif