git: c3d5e5fb0e35 - 2022Q4 - sysutils/parafly: Fix build on armv7
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 16 Oct 2022 13:32:28 UTC
The branch 2022Q4 has been updated by jwb: URL: https://cgit.FreeBSD.org/ports/commit/?id=c3d5e5fb0e35ed8ae61d70de94c3339cb181dfc9 commit c3d5e5fb0e35ed8ae61d70de94c3339cb181dfc9 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-16 13:32:26 +0000 sysutils/parafly: Fix build on armv7 PR: 266818 Reported by: fuz@fuz.su MFH: 2022Q4 (cherry picked from commit 10b449775837f517c26a2c5e1c4cc50a5422da75) --- 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