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

(-)a/src/CMakeLists.txt (-3 / +4 lines)
Lines 447-454 if( UNIX ) Link Here
447
			message( STATUS "Could not find clock_gettime. Timing statistics will not be available." )
447
			message( STATUS "Could not find clock_gettime. Timing statistics will not be available." )
448
			add_definitions( -DNO_CLOCK_GETTIME )
448
			add_definitions( -DNO_CLOCK_GETTIME )
449
		endif()
449
		endif()
450
	else()
451
		set( ZDOOM_LIBS ${ZDOOM_LIBS} rt )
452
	endif()
450
	endif()
453
endif()
451
endif()
454
452
Lines 491-496 if( NOT DYN_FLUIDSYNTH ) Link Here
491
	endif()
489
	endif()
492
endif()
490
endif()
493
491
492
if( UNIX AND CLOCK_GETTIME_IN_RT )
493
	set( ZDOOM_LIBS ${ZDOOM_LIBS} rt )
494
endif()
495
494
# Start defining source files for ZDoom
496
# Start defining source files for ZDoom
495
set( PLAT_WIN32_SOURCES
497
set( PLAT_WIN32_SOURCES
496
	sound/mididevices/music_win_mididevice.cpp
498
	sound/mididevices/music_win_mididevice.cpp
497
- 

Return to bug 695192