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

(-)glfw-3.0.1.orig/CMakeLists.txt (-1 / +1 lines)
Lines 359-365 Link Here
359
#--------------------------------------------------------------------
359
#--------------------------------------------------------------------
360
if (BUILD_SHARED_LIBS AND UNIX)
360
if (BUILD_SHARED_LIBS AND UNIX)
361
    # On Unix-like systems, shared libraries can use the soname system.
361
    # On Unix-like systems, shared libraries can use the soname system.
362
    set(GLFW_LIB_NAME glfw)
362
    set(GLFW_LIB_NAME glfw3)
363
else()
363
else()
364
    set(GLFW_LIB_NAME glfw3)
364
    set(GLFW_LIB_NAME glfw3)
365
endif()
365
endif()

Return to bug 474872