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

Collapse All | Expand All

(-)a/cmake/modules/FindNACL.cmake (-3 / +3 lines)
Lines 28-37 Link Here
28
28
29
    find_library(NACL_LIBRARIES
29
    find_library(NACL_LIBRARIES
30
        NAMES
30
        NAMES
31
            nacl
31
            libnacl.a
32
        PATHS
32
        PATHS
33
            ${NACL_INCLUDE_DIRS}/../
33
            ${NACL_INCLUDE_DIRS}/../
34
            ${NACL_INCLUDE_DIRS}/../lib
34
            ${NACL_INCLUDE_DIRS}/../lib/nacl/
35
            ${NACL_INCLUDE_DIRS}/../../lib/
35
            ${NACL_INCLUDE_DIRS}/../../lib/nacl/
36
        NO_DEFAULT_PATH
36
        NO_DEFAULT_PATH
37
    )
37
    )

Return to bug 474630