Created
April 26, 2016 12:54
-
-
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
This file contains hidden or 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
--- 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