Skip to content

Commit

Permalink
Don't provide llvm-gcc for 10.9 at all.
Browse files Browse the repository at this point in the history
  • Loading branch information
akhansen authored and fingolfin committed Sep 7, 2013
1 parent ad2bc45 commit 05da6d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions perlmod/Fink/VirtPackage.pm
Expand Up @@ -1113,8 +1113,8 @@ the successful execution of "/usr/bin/llvm-gcc -v".
=cut

# possible for 10.6 and later
if ($osxversion >= 10) {
# possible for 10.6 - 10.8
if ($osxversion >= 10 && $osxversion < 13) {
print STDERR "- checking for /usr/bin/llvm-gcc:\n" if ($options{debug});
if (opendir(DIR, "/usr/bin")) {
if (open(LLVM, '/usr/bin/llvm-gcc -### -v -x c /dev/null 2>&1 |')) {
Expand Down

0 comments on commit 05da6d0

Please sign in to comment.