svn commit: r492022 - head/math/libpgmath

Johannes M Dieterich jmd at FreeBSD.org
Sun Feb 3 00:55:49 UTC 2019


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


More information about the svn-ports-all mailing list