git: e2d633c73125 - main - science/simlib: Fix build with llvm16

From: Muhammad Moinur Rahman <bofh_at_FreeBSD.org>
Date: Thu, 20 Jul 2023 17:43:20 UTC
The branch main has been updated by bofh:

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

commit e2d633c73125867a5c0014ad647698decc6072c3
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-07-20 14:22:42 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-07-20 17:42:35 +0000

    science/simlib: Fix build with llvm16
    
    - Pet portclippy
    
    Approved by:    portmgr (blanket)
    Sponsored by:   The FreeBSD Foundation
---
 science/simlib/Makefile | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/science/simlib/Makefile b/science/simlib/Makefile
index a9aab480172a..a6a5f4633a4b 100644
--- a/science/simlib/Makefile
+++ b/science/simlib/Makefile
@@ -10,16 +10,17 @@ WWW=		https://www.fit.vutbr.cz/~peringer/SIMLIB/index.html.en
 
 LICENSE=	LGPL20
 
+BROKEN_riscv64=		fails to compile: process.cc:53:3: module process.cc is not ported to this processor architecture
+NOT_FOR_ARCHS=		aarch64 armv6 armv7 mips mips64 powerpc powerpc64 sparc64
+NOT_FOR_ARCHS_REASON=	contains not working ${ARCH}-dependent assembly code
+
 USES=		gmake
+USE_CXXSTD=	c++14
 USE_LDCONFIG=	yes
 
-WRKSRC=		${WRKDIR}/${PORTNAME}
-
 CXXFLAGS+=	-fPIC
 
-BROKEN_riscv64=		fails to compile: process.cc:53:3: module process.cc is not ported to this processor architecture
-NOT_FOR_ARCHS=		aarch64 armv6 armv7 mips mips64 powerpc powerpc64 sparc64
-NOT_FOR_ARCHS_REASON=	contains not working ${ARCH}-dependent assembly code
+WRKSRC=		${WRKDIR}/${PORTNAME}
 
 .include <bsd.port.options.mk>