mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-12 11:10:07 +00:00
parent
513ce18d64
commit
2860591b68
2 changed files with 3 additions and 1 deletions
|
@ -22,7 +22,7 @@ fi
|
|||
|
||||
if [ "x$WSYSTYPE" = "x" ]; then
|
||||
if [ "x`uname`" = "xDarwin" ]; then
|
||||
if sw_vers | grep 'ProductVersion: 10\.[0-6]\.' >/dev/null; then
|
||||
if sw_vers | grep 'ProductVersion: 10\.[0-5]\.' >/dev/null; then
|
||||
WSYSTYPE=osx
|
||||
else
|
||||
echo 1>&2 'WARNING: OS X Lion is not working. Copy binaries from a Snow Leopard system.'
|
||||
|
|
2
src/cmd/snarfer/osx-cocoa-snarfer.c
Normal file
2
src/cmd/snarfer/osx-cocoa-snarfer.c
Normal file
|
@ -0,0 +1,2 @@
|
|||
#include "snarfer.c"
|
||||
|
Loading…
Reference in a new issue