diff options
author | mva <mva@FreeBSD.org> | 2010-09-20 13:06:57 +0800 |
---|---|---|
committer | mva <mva@FreeBSD.org> | 2010-09-20 13:06:57 +0800 |
commit | 798e7f63c4af14e0c312b3dc231c0e765c67c2d2 (patch) | |
tree | 6850824a0fe46edfff300b597d5f9bdbd3ddc3cd /audio | |
parent | 8541d6a0bdfe0b9171377f952904440304b54669 (diff) | |
download | freebsd-ports-gnome-798e7f63c4af14e0c312b3dc231c0e765c67c2d2.tar.gz freebsd-ports-gnome-798e7f63c4af14e0c312b3dc231c0e765c67c2d2.tar.zst freebsd-ports-gnome-798e7f63c4af14e0c312b3dc231c0e765c67c2d2.zip |
- Remove superfluous -lrt linkage.
PR: ports/150717
Submitted by: <swell.k@gmail.com>
Diffstat (limited to 'audio')
-rw-r--r-- | audio/openal-soft/files/patch-CMakeLists.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/audio/openal-soft/files/patch-CMakeLists.txt b/audio/openal-soft/files/patch-CMakeLists.txt index 251733ff3fc3..8cc81c0419d4 100644 --- a/audio/openal-soft/files/patch-CMakeLists.txt +++ b/audio/openal-soft/files/patch-CMakeLists.txt @@ -1,5 +1,16 @@ --- CMakeLists.txt.orig 2010-01-20 08:40:38.000000000 +0100 +++ CMakeLists.txt 2010-01-20 08:40:50.000000000 +0100 +@@ -259,10 +259,6 @@ IF(NOT HAVE_WINDOWS_H) + + CHECK_LIBRARY_EXISTS(pthread pthread_setschedparam "" HAVE_PTHREAD_SETSCHEDPARAM) + +- CHECK_LIBRARY_EXISTS(rt clock_gettime "" HAVE_LIBRT) +- IF(HAVE_LIBRT) +- SET(EXTRA_LIBS rt ${EXTRA_LIBS}) +- ENDIF() + ENDIF() + + # Check for a 64-bit type @@ -463,7 +463,7 @@ DESTINATION include/AL ) |