Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Nate Graham
Kid3
Commits
83a8bf3a
Commit
83a8bf3a
authored
Feb 04, 2011
by
Urs Fleisch
Browse files
link -lgcc for Mac OS X to avoid crash with Phonon
parent
08420ddd
Changes
1
Show whitespace changes
Inline
Side-by-side
kid3/CMakeLists.txt
View file @
83a8bf3a
...
...
@@ -344,6 +344,9 @@ else (WITH_KDE)
### Check for Phonon
if
(
QT_USE_PHONON AND QT_PHONON_FOUND
)
set
(
HAVE_PHONON 1
)
if
(
APPLE
)
set
(
BASIC_LIBRARIES
${
BASIC_LIBRARIES
}
-lgcc
)
endif
(
APPLE
)
endif
(
QT_USE_PHONON AND QT_PHONON_FOUND
)
set
(
CMAKE_C_FLAGS
"
${
CMAKE_C_FLAGS
}
-Wall -D_REENTRANT"
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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