Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Dec 2024 16:48:41 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: 8184ab8ecdb8 - main - science/PETSc: Correction
Message-ID:  <202412121648.4BCGmf1o028534@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=8184ab8ecdb8284d8e0cab22d3b2baa1ad21ce12

commit 8184ab8ecdb8284d8e0cab22d3b2baa1ad21ce12
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-12-12 16:47:58 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-12-12 16:48:39 +0000

    science/PETSc: Correction
    
    Reported by:    Piotr Kubaj <pkubaj@anongoth.pl>
---
 science/PETSc/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/science/PETSc/Makefile b/science/PETSc/Makefile
index 1da1a7f92aec..cfcfdcc9da55 100644
--- a/science/PETSc/Makefile
+++ b/science/PETSc/Makefile
@@ -22,7 +22,7 @@ USE_XORG=	x11
 SHEBANG_FILES=	configure lib/petsc/bin/*.py lib/petsc/bin/saws/SAWs.py lib/petsc/bin/saws/*.bash config/*.py	\
 		lib/petsc/bin/petscnagfor share/petsc/chkerrconvert.py
 
-XARCH!=		uname -m
+XARCH!=		uname -p
 
 GNU_CONFIGURE=	yes
 CONFIGURE_LOG=	configure.log



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