Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 6 Dec 2019 13:04:41 +0000 (UTC)
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r519139 - head/biology/phyml
Message-ID:  <201912061304.xB6D4fHK017378@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pkubaj
Date: Fri Dec  6 13:04:41 2019
New Revision: 519139
URL: https://svnweb.freebsd.org/changeset/ports/519139

Log:
  biology/phyml: disable -march=native
  
  Ports shouldn't build for the host CPU, it also breaks compilation on non-x86.
  
  Approved by:    mentors (implicit approval)

Modified:
  head/biology/phyml/Makefile

Modified: head/biology/phyml/Makefile
==============================================================================
--- head/biology/phyml/Makefile	Fri Dec  6 12:56:05 2019	(r519138)
+++ head/biology/phyml/Makefile	Fri Dec  6 13:04:41 2019	(r519139)
@@ -4,6 +4,7 @@
 PORTNAME=	phyml
 DISTVERSIONPREFIX=	v
 DISTVERSION=	3.3.20190909
+PORTREVISION=	1
 PORTEPOCH=	1
 CATEGORIES=	biology
 
@@ -19,7 +20,7 @@ USE_GITHUB=	yes
 GH_ACCOUNT=	stephaneguindon
 
 GNU_CONFIGURE=	yes
-CONFIGURE_ARGS=	--disable-beagle
+CONFIGURE_ARGS=	--disable-beagle --disable-native
 
 PORTDOCS=	*
 PORTEXAMPLES=	*



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