biome: 1.9.2 -> 1.9.3
[NixPkgs.git] / pkgs / tools / graphics / pfstools / glut.patch
blobb540b5ebc6a6ed422fe3e1c8c0098b941dbcaaea
1 --- a/src/pfsglview/CMakeLists.txt 2022-04-04 23:21:11.164016369 +0300
2 +++ b/src/pfsglview/CMakeLists.txt 2022-04-04 23:21:32.757878750 +0300
3 @@ -11,8 +11,7 @@
5 add_executable(pfsglview pfsglview.cpp picture_io.cpp module.cpp m_histogram.cpp m_status.cpp m_on_screen_display.cpp)
7 -# TODO: Use ${GLUT_LIBRARY} instead.
8 -target_link_libraries(pfsglview ${OPENGL_LIBRARIES} ${GLUT_glut_LIBRARY} pfs)
9 +target_link_libraries(pfsglview ${OPENGL_LIBRARIES} ${GLUT_LIBRARIES} pfs)
11 install (TARGETS pfsglview DESTINATION bin)
12 install (FILES pfsglview.1 DESTINATION ${MAN_DIR})