Date: Sun, 4 Feb 2018 13:21:38 +0000 (UTC) From: Mark Felder <feld@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r460928 - head/devel/hwloc Message-ID: <201802041321.w14DLcHG019883@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802041321.w14DLcHG019883>