You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sys-apps/hwloc/files/hwloc-1.8.1-gl.patch

12 lines
542 B

--- hwloc-1.8.1/config/hwloc.m4.orig 2014-01-30 17:46:58.000000000 +0400
+++ hwloc-1.8.1/config/hwloc.m4 2014-02-27 13:46:28.587238873 +0400
@@ -948,7 +948,7 @@
hwloc_gl_happy=no])
AC_CHECK_HEADERS([NVCtrl/NVCtrl.h], [
- AC_CHECK_LIB([XNVCtrl], [XNVCTRLQueryTargetAttribute], [:], [hwloc_gl_happy=no], [-lXext])
+ AC_CHECK_LIB([XNVCtrl], [XNVCTRLQueryTargetAttribute], [:], [hwloc_gl_happy=no], [-lXext -lX11])
], [hwloc_gl_happy=no])
if test "x$hwloc_gl_happy" = "xyes"; then