Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 May 2022 05:53:31 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: ab1df5c79463 - main - science/openmolcas: Broken on i386
Message-ID:  <202205290553.24T5rVGU027380@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri:

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

commit ab1df5c79463bec2b295dff471c15ada9c0fa131
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-05-29 05:52:44 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-05-29 05:52:44 +0000

    science/openmolcas: Broken on i386
    
    Reported by:    fallout
---
 science/openmolcas/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/science/openmolcas/Makefile b/science/openmolcas/Makefile
index 6c0b062fc8ee..036beeae13b3 100644
--- a/science/openmolcas/Makefile
+++ b/science/openmolcas/Makefile
@@ -8,6 +8,8 @@ COMMENT=	Quantum chemistry software package
 LICENSE=	LGPL21
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN_i386=	build breaks: Symbol 'maxfilesize' at (1) has no IMPLICIT type; did you mean 'mxfile'?
+
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pyparsing>0:devel/py-pyparsing@${PY_FLAVOR}
 LIB_DEPENDS=	libhdf5.so:science/hdf5 \
 		libsz.so:science/szip \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202205290553.24T5rVGU027380>