Skip to content

Instantly share code, notes, and snippets.

@jasperla
Created February 2, 2014 11:05
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 jasperla/8766593 to your computer and use it in GitHub Desktop.
Save jasperla/8766593 to your computer and use it in GitHub Desktop.
Index: _arch-n-opsys
===================================================================
--- _arch-n-opsys (revision 3868)
+++ _arch-n-opsys (working copy)
@@ -104,8 +104,9 @@
OpenBSD)
OPSYS=openbsd
HEAP_OPSYS=bsd
- case `uname -m` in
+ case `uname -p` in
*86) ARCH=x86;;
+ powerpc) ARCH=ppc;;
*) exit 1;;
esac
;;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment