Gentoo Archives: gentoo-commits

From: "Sebastien Fabbro (bicatali)" <bicatali@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/hwloc/files: hwloc-1.8.1-gl.patch
Date: Fri, 28 Feb 2014 17:25:52
Message-Id: 20140228172545.6126D2004E@flycatcher.gentoo.org
1 bicatali 14/02/28 17:25:45
2
3 Added: hwloc-1.8.1-gl.patch
4 Log:
5 Fixed underlinking for gl flag, thanks Andrew Savchenko bug #502956
6
7 (Portage version: 2.2.8-prefix/cvs/Linux x86_64, signed Manifest commit with key 0x13CB1360)
8
9 Revision Changes Path
10 1.1 sys-apps/hwloc/files/hwloc-1.8.1-gl.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/hwloc/files/hwloc-1.8.1-gl.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/hwloc/files/hwloc-1.8.1-gl.patch?rev=1.1&content-type=text/plain
14
15 Index: hwloc-1.8.1-gl.patch
16 ===================================================================
17 --- hwloc-1.8.1/config/hwloc.m4.orig 2014-01-30 17:46:58.000000000 +0400
18 +++ hwloc-1.8.1/config/hwloc.m4 2014-02-27 13:46:28.587238873 +0400
19 @@ -948,7 +948,7 @@
20 hwloc_gl_happy=no])
21
22 AC_CHECK_HEADERS([NVCtrl/NVCtrl.h], [
23 - AC_CHECK_LIB([XNVCtrl], [XNVCTRLQueryTargetAttribute], [:], [hwloc_gl_happy=no], [-lXext])
24 + AC_CHECK_LIB([XNVCtrl], [XNVCTRLQueryTargetAttribute], [:], [hwloc_gl_happy=no], [-lXext -lX11])
25 ], [hwloc_gl_happy=no])
26
27 if test "x$hwloc_gl_happy" = "xyes"; then