diff options
Diffstat (limited to 'devel/spin/files/patch-ab')
-rw-r--r-- | devel/spin/files/patch-ab | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/spin/files/patch-ab b/devel/spin/files/patch-ab index 3c53dabe0e5b..8867ad2ed574 100644 --- a/devel/spin/files/patch-ab +++ b/devel/spin/files/patch-ab @@ -4,9 +4,9 @@ # Send bug-reports and/or questions to: gerard@research.bell-labs.com # The book is available frm www.amazon.com --CC=gcc -O2 -DNXT # or any other ansi compatible c compiler +-CC=cc -O2 -DNXT # or any other ansi compatible c compiler -CFLAGS=-ansi -D_POSIX_SOURCE # on some systems add: -I/usr/include -+# CC=gcc -O2 -DNXT # or any other ansi compatible c compiler ++# CC=cc -O2 -DNXT # or any other ansi compatible c compiler +# CFLAGS=-ansi -D_POSIX_SOURCE # on some systems add: -I/usr/include # on Solaris: add -DSOLARIS |