Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

typespeed: Fix hardcoded gcc #11848

Closed
wants to merge 1 commit into from
Closed

Conversation

2bits
Copy link
Contributor

@2bits 2bits commented Apr 24, 2012

Typespeed-0.6.5 stopped development in 2008 but hard-codes gcc
into two of their Makefiles. Use ENV.cc instead. Tested on
Lion with clang and llvm-gcc. Typespeed also does a chgrp games
Even though that group will likely not exist, the software still
works without error because the owner is correct, and the chgrp
does not stop the build if it is unsuccessful.

Typespeed-0.6.5 stopped development in 2008 but hard-codes `gcc`
into two of their Makefiles.  Use `ENV.cc` instead.  Tested on
Lion with clang and llvm-gcc.  Typespeed also does a `chgrp games`
Even though that group will likely not exist, the software still
works without error because the owner is correct, and the `chgrp`
does not stop the build if it is unsuccessful.
@jacknagel
Copy link
Contributor

Thanks.

@jacknagel jacknagel closed this in a63c052 Apr 25, 2012
rohansingh pushed a commit to rohansingh/homebrew that referenced this pull request May 7, 2012
Typespeed-0.6.5 stopped development in 2008 but hard-codes `gcc`
into two of their Makefiles.  Use `ENV.cc` instead.  Tested on
Lion with clang and llvm-gcc.  Typespeed also does a `chgrp games`
Even though that group will likely not exist, the software still
works without error because the owner is correct, and the `chgrp`
does not stop the build if it is unsuccessful.

Closes Homebrew#11848.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Sharpie pushed a commit to Sharpie/homebrew that referenced this pull request Sep 12, 2012
Typespeed-0.6.5 stopped development in 2008 but hard-codes `gcc`
into two of their Makefiles.  Use `ENV.cc` instead.  Tested on
Lion with clang and llvm-gcc.  Typespeed also does a `chgrp games`
Even though that group will likely not exist, the software still
works without error because the owner is correct, and the `chgrp`
does not stop the build if it is unsuccessful.

Closes Homebrew#11848.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
snakeyroc3 pushed a commit to snakeyroc3/homebrew that referenced this pull request Dec 17, 2012
Typespeed-0.6.5 stopped development in 2008 but hard-codes `gcc`
into two of their Makefiles.  Use `ENV.cc` instead.  Tested on
Lion with clang and llvm-gcc.  Typespeed also does a `chgrp games`
Even though that group will likely not exist, the software still
works without error because the owner is correct, and the `chgrp`
does not stop the build if it is unsuccessful.

Closes Homebrew#11848.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
@Homebrew Homebrew locked and limited conversation to collaborators Feb 16, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants