svn commit: r460928 - head/devel/hwloc

Mark Felder feld at FreeBSD.org
Sun Feb 4 13:21:38 UTC 2018


Author: feld
Date: Sun Feb  4 13:21:37 2018
New Revision: 460928
URL: https://svnweb.freebsd.org/changeset/ports/460928

Log:
  devel/hwloc: Add comment to Makefile to clarify why GCC is in use
  
  PR:		225229

Modified:
  head/devel/hwloc/Makefile

Modified: head/devel/hwloc/Makefile
==============================================================================
--- head/devel/hwloc/Makefile	Sun Feb  4 13:18:20 2018	(r460927)
+++ head/devel/hwloc/Makefile	Sun Feb  4 13:21:37 2018	(r460928)
@@ -23,6 +23,7 @@ CONFIGURE_ARGS=	--enable-static \
 		--disable-gl
 INSTALL_TARGET=	install-strip
 USES=		iconv libtool pathfix pkgconfig tar:bzip2
+# Builds fine with clang, but crashes since 1.11.3
 USE_GCC=	any
 USE_LDCONFIG=	yes
 USE_GNOME=	libxml2


More information about the svn-ports-head mailing list