Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Olena
olena
Commits
be6caa85
Commit
be6caa85
authored
Sep 15, 2011
by
Guillaume Lazzara
Browse files
distrib/macports/Portfile.in: Use -fno-strict-aliasing flag for Mac OS X Lion.
parent
529ef583
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
be6caa85
2011-09-15 Guillaume Lazzara <z@lrde.epita.fr>
* distrib/macports/Portfile.in: Use -fno-strict-aliasing flag for
Mac OS X Lion.
2011-09-15 Guillaume Lazzara <z@lrde.epita.fr>
Fix Portfile dependencies.
...
...
distrib/macports/Portfile.in
View file @
be6caa85
...
...
@@ -39,4 +39,9 @@ variant swilena description {Add Python bindings} {
configure.args-append --enable-swilena
}
default_variants +scribo
\ No newline at end of file
# Temporary workaround because of a Apple's GCC bug.
platform darwin 11
{
configure.env-append CXXFLAGS=-fno-strict-aliasing
}
default_variants +scribo
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