svn commit: r460636 - head/devel/hwloc

Mark Felder feld at FreeBSD.org
Thu Feb 1 21:20:01 UTC 2018


Author: feld
Date: Thu Feb  1 21:20:00 2018
New Revision: 460636
URL: https://svnweb.freebsd.org/changeset/ports/460636

Log:
  devel/hwloc: Fix segfaults on Intel CPUs
  
  Details in this Github issue: https://github.com/open-mpi/hwloc/issues/282
  
  MFH:		2018Q1

Modified:
  head/devel/hwloc/Makefile

Modified: head/devel/hwloc/Makefile
==============================================================================
--- head/devel/hwloc/Makefile	Thu Feb  1 21:06:28 2018	(r460635)
+++ head/devel/hwloc/Makefile	Thu Feb  1 21:20:00 2018	(r460636)
@@ -2,6 +2,7 @@
 
 PORTNAME=	hwloc
 PORTVERSION=	1.11.7
+PORTREVISION=	1
 CATEGORIES=	devel
 MASTER_SITES=	http://www.open-mpi.org/software/hwloc/v${PORTVERSION:R}/downloads/ \
 		http://icl.cs.utk.edu/open-mpi/software/hwloc/v${PORTVERSION:R}/downloads/
@@ -22,6 +23,7 @@ CONFIGURE_ARGS=	--enable-static \
 		--disable-gl
 INSTALL_TARGET=	install-strip
 USES=		iconv libtool pathfix pkgconfig tar:bzip2
+USE_GCC=	any
 USE_LDCONFIG=	yes
 USE_GNOME=	libxml2
 


More information about the svn-ports-head mailing list