Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Feb 2019 00:55:48 +0000 (UTC)
From:      Johannes M Dieterich <jmd@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r492022 - head/math/libpgmath
Message-ID:  <201902030055.x130tm0e076253@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jmd
Date: Sun Feb  3 00:55:48 2019
New Revision: 492022
URL: https://svnweb.freebsd.org/changeset/ports/492022

Log:
  math/libpgmath: Remove restriction for FreeBSD11.
  
  With the recent explicit setting of CC/CXX the build is successful on 11 again.

Modified:
  head/math/libpgmath/Makefile

Modified: head/math/libpgmath/Makefile
==============================================================================
--- head/math/libpgmath/Makefile	Sun Feb  3 00:54:27 2019	(r492021)
+++ head/math/libpgmath/Makefile	Sun Feb  3 00:55:48 2019	(r492022)
@@ -13,7 +13,6 @@ LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
 ONLY_FOR_ARCHS=	amd64
-IGNORE_FreeBSD_11=	not supported on older than 12.0, no cpuid bit support
 
 BUILD_DEPENDS=	llvm60>=0:devel/llvm60
 RUN_DEPENDS=	llvm60>=0:devel/llvm60



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