pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/parallel/hwloc



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Aug 16 12:56:27 UTC 2018

Modified Files:
        pkgsrc/parallel/hwloc: Makefile

Log Message:
hwloc: fix building on Darwin


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/parallel/hwloc/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/parallel/hwloc/Makefile
diff -u pkgsrc/parallel/hwloc/Makefile:1.22 pkgsrc/parallel/hwloc/Makefile:1.23
--- pkgsrc/parallel/hwloc/Makefile:1.22 Thu Aug  9 11:15:31 2018
+++ pkgsrc/parallel/hwloc/Makefile      Thu Aug 16 12:56:27 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2018/08/09 11:15:31 prlw1 Exp $
+# $NetBSD: Makefile,v 1.23 2018/08/16 12:56:27 adam Exp $
 
 DISTNAME=      hwloc-1.11.10
 CATEGORIES=    parallel
@@ -17,9 +17,14 @@ CONFIGURE_ARGS+=     --enable-picky
 
 TEST_TARGET=   check
 
+.include "../../mk/bsd.prefs.mk"
+
 # libpci??
 #.include "../../graphics/cairo/buildlink3.mk" # optional
+.if ${OPSYS} != "Darwin"
+# libpciaccess is marked as broken on Darwin
 .include "../../sysutils/libpciaccess/buildlink3.mk"
+.endif
 .include "../../textproc/libxml2/buildlink3.mk"
 .include "../../mk/curses.buildlink3.mk"
 .include "../../mk/pthread.buildlink3.mk"



Home | Main Index | Thread Index | Old Index