Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 Oct 2022 13:29:00 GMT
From:      "Jason W. Bacon" <jwb@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 10b449775837 - main - sysutils/parafly: Fix build on armv7
Message-ID:  <202210071329.297DT0MM098930@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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