diff options
| author | Brett Koonce | 2012-07-29 18:39:44 -0500 |
|---|---|---|
| committer | Jack Nagel | 2012-08-01 23:40:19 -0500 |
| commit | fd17ccf2d743289789d4e22de0c398570214dbd3 (patch) | |
| tree | d72201596752c3eba0d79a97d02345c8c8c4bd71 /Library/Formula | |
| parent | 69468435b61340c1e38740b3e2b37a8cff55d14e (diff) | |
| download | homebrew-fd17ccf2d743289789d4e22de0c398570214dbd3.tar.bz2 | |
spin 6.2.2
Closes #13751.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/spin.rb | 26 |
1 files changed, 14 insertions, 12 deletions
diff --git a/Library/Formula/spin.rb b/Library/Formula/spin.rb index 584095783..2eb989e01 100644 --- a/Library/Formula/spin.rb +++ b/Library/Formula/spin.rb @@ -2,9 +2,9 @@ require 'formula' class Spin < Formula homepage 'http://spinroot.com/spin/whatispin.html' - url 'http://spinroot.com/spin/Src/spin610.tar.gz' - version '6.1.0' - md5 '89c0d322c3a5aded1fda9b0d30327d19' + url 'http://spinroot.com/spin/Src/spin622.tar.gz' + version '6.2.2' + sha1 'f402048864761d0fceefa61e8f03a9ee33a16a4c' fails_with :llvm do build 2334 @@ -29,18 +29,20 @@ end # manual patching is required by the spin install process __END__ -diff --git a/Src6.1.0/makefile b/Src6.1.0/makefile -index 9a9735d..82b5c15 100644 ---- a/Src6.1.0/makefile -+++ b/Src6.1.0/makefile -@@ -14,11 +14,11 @@ +diff --git a/Src6.2.2/makefile b/Src6.2.2/makefile +index 02d2a02..7687e0a 100644 +--- a/Src6.2.2/makefile ++++ b/Src6.2.2/makefile +@@ -13,12 +13,12 @@ + # see also ./make_pc for a simpler script, not requiring make - CC=gcc --CFLAGS=-O2 -ansi -DNXT -D_POSIX_SOURCE -Wno-format-security # on some systems add: -I/usr/include -+#CFLAGS=-O2 -ansi -DNXT -D_POSIX_SOURCE -Wno-format-security # on some systems add: -I/usr/include +-CC=gcc +-CFLAGS=-O2 -DNXT # on some systems add: -I/usr/include ++#CC=gcc ++#CFLAGS=-O2 -DNXT # on some systems add: -I/usr/include - # CC=cc -m32 # for 32bit compilation on a 64bit system (not recommended) + # CC=gcc -m32 # 32bit compilation on a 64bit system # for a more picky compilation use gcc-4 and: -# CFLAGS=-std=c99 -Wstrict-prototypes -pedantic -fno-strength-reduce -fno-builtin -W -Wshadow -Wpointer-arith -Wcast-qual -Winline -Wall -g -DNXT -DPC +CFLAGS=-std=c99 -Wstrict-prototypes -pedantic -fno-strength-reduce -fno-builtin -W -Wshadow -Wpointer-arith -Wcast-qual -Winline -Wall -g -DNXT -DMAC |
