Skip to content

Instantly share code, notes, and snippets.

@hamid914
Created April 26, 2016 12:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hamid914/040794804de018808c3f2106abf17749 to your computer and use it in GitHub Desktop.
Save hamid914/040794804de018808c3f2106abf17749 to your computer and use it in GitHub Desktop.
Diff file for patching config.guess in thttpd source to install on OS X
--- config.guess 2016-04-26 15:26:37.000000000 +0430
+++ config.guess 1998-05-09 05:42:58.000000000 +0430
@@ -132,9 +132,6 @@
powerpc:machten:*:*)
echo powerpc-apple-machten${UNAME_RELEASE}
exit 0 ;;
- *:Darwin:*:*)
- echo powerpc-apple-darwin${UNAME_RELEASE}
- exit 0 ;;
RISC*:Mach:*:*)
echo mips-dec-mach_bsd4.3
exit 0 ;;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment