diff options
Diffstat (limited to 'audio/openal-soft/files/patch-CMakeLists.txt')
-rw-r--r-- | audio/openal-soft/files/patch-CMakeLists.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/audio/openal-soft/files/patch-CMakeLists.txt b/audio/openal-soft/files/patch-CMakeLists.txt index 3d83e5817d4e..5322bdebc3be 100644 --- a/audio/openal-soft/files/patch-CMakeLists.txt +++ b/audio/openal-soft/files/patch-CMakeLists.txt @@ -1,6 +1,6 @@ --- CMakeLists.txt.orig 2014-08-15 07:06:59 UTC +++ CMakeLists.txt -@@ -62,8 +62,8 @@ +@@ -62,8 +62,8 @@ ELSE() SET(LIBNAME openal) # These are needed on non-Windows systems for extra features @@ -11,7 +11,7 @@ ENDIF() # Set defines for large file support -@@ -186,7 +186,7 @@ +@@ -186,7 +186,7 @@ HAVE_C11_ALIGNAS) # Check if we have C11 _Atomic CHECK_C_SOURCE_COMPILES( "#include <stdatomic.h> @@ -20,7 +20,7 @@ int main() { return atomic_load(&foo); -@@ -523,10 +523,6 @@ +@@ -523,10 +523,6 @@ IF(NOT HAVE_WINDOWS_H) CHECK_SYMBOL_EXISTS(pthread_mutex_timedlock pthread.h HAVE_PTHREAD_MUTEX_TIMEDLOCK) @@ -31,7 +31,7 @@ ENDIF() # Check for a 64-bit type -@@ -1108,7 +1104,7 @@ +@@ -1108,7 +1104,7 @@ INSTALL(FILES include/AL/al.h DESTINATION include/AL ) INSTALL(FILES "${OpenAL_BINARY_DIR}/openal.pc" |