Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
260a1836
Commit
260a1836
authored
Feb 23, 2008
by
Pierre d'Herbemont
Browse files
cmake: Don't use poll() on Mac OS X, as it can't poll a tty properly.
parent
71148117
Changes
1
Hide whitespace changes
Inline
Side-by-side
extras/buildsystem/cmake/include/config.cmake
View file @
260a1836
...
...
@@ -209,6 +209,10 @@ include( ${CMAKE_SOURCE_DIR}/cmake/vlc_test_inline.cmake )
if
(
APPLE
)
include
(
${
CMAKE_SOURCE_DIR
}
/cmake/vlc_find_frameworks.cmake
)
# Mac OS X (10.4 and 10.5) can't poll a tty properly
# So we deactivate its uses
set
(
HAVE_POLL OFF
)
if
(
ENABLE_NO_SYMBOL_CHECK
)
set
(
DYNAMIC_LOOKUP
"-undefined dynamic_lookup"
)
else
(
ENABLE_NO_SYMBOL_CHECK
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment