Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 711390 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-3 / +3 lines)
Line  Link Here
0
-- a/dev-libs/check/files/check-0.14.0-r1-disable-automagic-dep.patch
0
++ b/dev-libs/check/files/check-0.14.0-r1-disable-automagic-dep.patch
Lines 13-23 Link Here
13
+  set(HAVE_SUBUNIT 1)
13
+  set(HAVE_SUBUNIT 1)
14
   add_definitions(-DENABLE_SUBUNIT=1)
14
   add_definitions(-DENABLE_SUBUNIT=1)
15
-else(HAVE_SUBUNIT)
15
-else(HAVE_SUBUNIT)
16
+else(CHECK_ENABLE_SUBUNIT EQUAL 0)
16
+else(CHECK_ENABLE_SUBUNIT EQUAL 1)
17
   set(ENABLE_SUBUNIT 0)
17
   set(ENABLE_SUBUNIT 0)
18
   add_definitions(-DENABLE_SUBUNIT=0)
18
   add_definitions(-DENABLE_SUBUNIT=0)
19
-endif (HAVE_SUBUNIT)
19
-endif (HAVE_SUBUNIT)
20
+endif (CHECK_ENABLE_SUBUNIT)
20
+endif (CHECK_ENABLE_SUBUNIT EQUAL 1)
21
21
22
 ###############################################################################
22
 ###############################################################################
23
 # Generate "config.h" from "cmake/config.h.in"
23
 # Generate "config.h" from "cmake/config.h.in"

Return to bug 711390