git: 10b449775837 - main - sysutils/parafly: Fix build on armv7
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 07 Oct 2022 13:29:00 UTC
The branch main has been updated by jwb: URL: https://cgit.FreeBSD.org/ports/commit/?id=10b449775837f517c26a2c5e1c4cc50a5422da75 commit 10b449775837f517c26a2c5e1c4cc50a5422da75 Author: Jason W. Bacon <jwb@FreeBSD.org> AuthorDate: 2022-10-07 13:21:49 +0000 Commit: Jason W. Bacon <jwb@FreeBSD.org> CommitDate: 2022-10-07 13:28:58 +0000 sysutils/parafly: Fix build on armv7 PR: 266818 Reported by: fuz@fuz.su MFH: 2022Q4 --- sysutils/parafly/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sysutils/parafly/Makefile b/sysutils/parafly/Makefile index 75f626c47256..48ded2d46b38 100644 --- a/sysutils/parafly/Makefile +++ b/sysutils/parafly/Makefile @@ -1,7 +1,7 @@ PORTNAME= parafly DISTVERSIONPREFIX= v DISTVERSION= 0.1.0 # Test new versions with Trinity before upgrading -PORTREVISION= 8 +PORTREVISION= 9 PORTEPOCH= 1 # SourceForge version was 2013.01.21 CATEGORIES= sysutils @@ -17,7 +17,7 @@ GH_PROJECT= ParaFly GNU_CONFIGURE= yes -CXXFLAGS+= -fopenmp +CXXFLAGS+= -fopenmp -std=c++11 LDFLAGS+= -fopenmp PLIST_FILES= bin/ParaFly