Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 420267
Collapse All | Expand All

(-)file_not_specified_in_diff (-3 / +6 lines)
Line  Link Here
0
-- cmake-2.8.8-more-no_host_paths.patch
0
++ cmake-2.8.8-more-no_host_paths.patch
Lines 47-53 Link Here
47
   /usr/local /usr /
47
   /usr/local /usr /
48
 
48
 
49
   # CMake install location
49
   # CMake install location
50
@@ -44,43 +45,39 @@
50
@@ -44,43 +45,41 @@
51
 
51
 
52
 # List common include file locations not under the common prefixes.
52
 # List common include file locations not under the common prefixes.
53
 LIST(APPEND CMAKE_SYSTEM_INCLUDE_PATH
53
 LIST(APPEND CMAKE_SYSTEM_INCLUDE_PATH
Lines 78-83 Link Here
78
+  @GENTOO_PORTAGE_GCCLIBDIR@/gcc
78
+  @GENTOO_PORTAGE_GCCLIBDIR@/gcc
79
+  @GENTOO_PORTAGE_GCCLIBDIR@
79
+  @GENTOO_PORTAGE_GCCLIBDIR@
80
+  @GENTOO_PORTAGE_EPREFIX@usr/lib64
80
+  @GENTOO_PORTAGE_EPREFIX@usr/lib64
81
+  @GENTOO_PORTAGE_EPREFIX@usr/libx32
81
+  @GENTOO_PORTAGE_EPREFIX@usr/lib32
82
+  @GENTOO_PORTAGE_EPREFIX@usr/lib32
82
+  @GENTOO_PORTAGE_EPREFIX@usr/lib
83
+  @GENTOO_PORTAGE_EPREFIX@usr/lib
83
+  @GENTOO_PORTAGE_EPREFIX@lib
84
+  @GENTOO_PORTAGE_EPREFIX@lib
Lines 93-102 Link Here
93
+  @GENTOO_PORTAGE_GCCLIBDIR@/gcc
94
+  @GENTOO_PORTAGE_GCCLIBDIR@/gcc
94
+  @GENTOO_PORTAGE_GCCLIBDIR@
95
+  @GENTOO_PORTAGE_GCCLIBDIR@
95
+  @GENTOO_PORTAGE_EPREFIX@usr/lib64
96
+  @GENTOO_PORTAGE_EPREFIX@usr/lib64
97
+  @GENTOO_PORTAGE_EPREFIX@usr/libx32
96
+  @GENTOO_PORTAGE_EPREFIX@usr/lib32
98
+  @GENTOO_PORTAGE_EPREFIX@usr/lib32
97
+  @GENTOO_PORTAGE_EPREFIX@usr/lib
99
+  @GENTOO_PORTAGE_EPREFIX@usr/lib
98
+  @GENTOO_PORTAGE_EPREFIX@lib
100
+  @GENTOO_PORTAGE_EPREFIX@lib
99
   /lib /usr/lib /usr/lib32 /usr/lib64
101
+  /lib /usr/lib /usr/lib32 /usr/lib64 /usr/libx32
102
-  /lib /usr/lib /usr/lib32 /usr/lib64
100
   )
103
   )
101
 
104
 
102
 LIST(APPEND CMAKE_C_IMPLICIT_INCLUDE_DIRECTORIES
105
 LIST(APPEND CMAKE_C_IMPLICIT_INCLUDE_DIRECTORIES

Return to bug 420267