diff options
author | feld <feld@FreeBSD.org> | 2018-02-02 05:20:00 +0800 |
---|---|---|
committer | Koop Mast <kwm@rainbow-runner.nl> | 2018-02-04 06:33:16 +0800 |
commit | 831b79401855dc095ef8543c0d24036bfff9af52 (patch) | |
tree | b52a9324fb87e6459aeb81908325c7964db75a22 | |
parent | 54db0ca8815190e7647afa3f70ca1d27a5040942 (diff) | |
download | freebsd-ports-gnome-831b79401855dc095ef8543c0d24036bfff9af52.tar.gz freebsd-ports-gnome-831b79401855dc095ef8543c0d24036bfff9af52.tar.zst freebsd-ports-gnome-831b79401855dc095ef8543c0d24036bfff9af52.zip |
devel/hwloc: Fix segfaults on Intel CPUs
Details in this Github issue: https://github.com/open-mpi/hwloc/issues/282
MFH: 2018Q1
-rw-r--r-- | devel/hwloc/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/hwloc/Makefile b/devel/hwloc/Makefile index 02b3d031df70..b05c888d12ee 100644 --- a/devel/hwloc/Makefile +++ b/devel/hwloc/Makefile @@ -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 |