Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Backports:SLE-15-SP4:FactoryCandidates
allegro44
allegro-4.4.2-monotonic.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File allegro-4.4.2-monotonic.patch of Package allegro44
Index: CMakeLists.txt =================================================================== --- CMakeLists.txt.orig +++ CMakeLists.txt @@ -22,6 +22,8 @@ # CMake setup # +INCLUDE(CMakePushCheckState) + cmake_minimum_required(VERSION 2.6 FATAL_ERROR) if(COMMAND cmake_policy) cmake_policy(SET CMP0003 NEW) @@ -198,6 +200,8 @@ if(UNIX) ALLEGRO_USE_CONSTRUCTOR) find_library(RT_LIBRARY rt) + cmake_push_check_state() + set(CMAKE_REQUIRED_LIBRARIES ${RT_LIBRARY}) check_c_source_compiles(" #include <time.h> int main(void) { @@ -207,6 +211,7 @@ if(UNIX) }" ALLEGRO_HAVE_POSIX_MONOTONIC_CLOCK ) + cmake_pop_check_state() if(MAGIC_MAIN) set(ALLEGRO_WITH_MAGIC_MAIN 1)
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor