Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Oct 2021 12:09:13 GMT
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 97bd7b996366 - main - comms/fldigi: don't enable -march=native
Message-ID:  <202110221209.19MC9Dir099020@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by pkubaj:

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

commit 97bd7b99636683742ecf64dfda7dfe1b793de715
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2021-10-22 11:42:27 +0000
Commit:     Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2021-10-22 11:42:27 +0000

    comms/fldigi: don't enable -march=native
    
    Breaks compilation on non-x86 and causes runtime issues for package users on x86.
---
 comms/fldigi/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/comms/fldigi/Makefile b/comms/fldigi/Makefile
index 0b8421bf710b..8b8d1e1eb7de 100644
--- a/comms/fldigi/Makefile
+++ b/comms/fldigi/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	fldigi
 DISTVERSION=	4.1.20
+PORTREVISION=	1
 CATEGORIES=	comms hamradio
 MASTER_SITES=	http://www.w1hkj.com/files/fldigi/
 
@@ -28,7 +29,7 @@ USE_XORG=	x11 xft xext xfixes xcursor xinerama xrender
 CONFIGURE_ENV=	FLTK_CONFIG="${LOCALBASE}/bin/fltk-config" \
 		    EXTRA_LIBS="-lexecinfo"
 
-OPTIONS_DEFINE=	NATIVE_OPT FLARQ OSS PULSEAUDIO HAMLIB NLS DOCS
+OPTIONS_DEFINE=	FLARQ OSS PULSEAUDIO HAMLIB NLS DOCS
 
 NATIVE_OPT_DESC=	Enable Native Optimizations
 FLARQ_DESC=		Compile flarq



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