forked from macports/macports-ports
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ruby30,32,33: Remove inappropriate -std=c99.
The Portfile has been carrying the -std=c99 setting (for OS <10.7) forward through many versions, but that has been inappropriate since ruby30, when the compiler selection was switched by the thread-local storage requirement. Since the compiler now defaults to C11, specifying C99 is a step backward. This removes that inappropriate setting. Since this is not known not to impact the installed content, it includes a revbump. Also, since the latest legacy-support includes fgetattrlist(), builds of ruby32-33 for <10.6 no longer include the private fallback, making the installed content different on those platforms. The revbump covers that as well. Also removes unnecessary "platforms darwin", making lint happy. TESTED: Minimally tested on unaffected 10.7+. Built successfully with no variants on 10.4-10.5 ppc, 10.4-10.6 i386, and 10.5-10.6 x86_64. Built with all variants except jemalloc and yjit on 10.4-10.5, and all variants except yjit on 10.6. Universal included for ruby30 on 10.6. Tests not run due to test framework issues.
- Loading branch information
Showing
3 changed files
with
3 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters