diff options
| author | Brett Koonce | 2013-12-04 15:41:41 -0600 | 
|---|---|---|
| committer | Adam Vandenberg | 2013-12-05 07:45:51 -0800 | 
| commit | b38c1623a0d30287bb698076d7072ab041b9cefa (patch) | |
| tree | f49c94ebefbfc0672fbdfc61c8648a6057c828b0 | |
| parent | 6f01ab56c3a3800a6e145e1971c5c6ffc28b303d (diff) | |
| download | homebrew-b38c1623a0d30287bb698076d7072ab041b9cefa.tar.bz2 | |
io 2013.12.04/fix HEAD
Closes #24940.
Closes #24822.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
| -rw-r--r-- | Library/Formula/io.rb | 23 | 
1 files changed, 2 insertions, 21 deletions
diff --git a/Library/Formula/io.rb b/Library/Formula/io.rb index 39a63a694..856693108 100644 --- a/Library/Formula/io.rb +++ b/Library/Formula/io.rb @@ -2,8 +2,8 @@ require 'formula'  class Io < Formula    homepage 'http://iolanguage.com/' -  url 'https://github.com/stevedekorte/io/archive/2011.09.12.tar.gz' -  sha1 'edb63aa4ee87052f1512f0770e0c9a9b1ba91082' +  url 'https://github.com/stevedekorte/io/archive/2013.12.04.tar.gz' +  sha1 '47d9a3e7a8e14c9fbe3b376e4967bb55f6c68aed'    head 'https://github.com/stevedekorte/io.git' @@ -32,12 +32,6 @@ class Io < Formula      EOS    end -  # Fix recursive inline. See discussion in: -  # https://github.com/stevedekorte/io/issues/135 -  def patches -    DATA -  end -    def install      ENV.j1      if build.without? 'addons' @@ -68,16 +62,3 @@ class Io < Formula      end    end  end - -__END__ ---- a/libs/basekit/source/Common_inline.h	2011-09-12 17:14:12.000000000 -0500 -+++ b/libs/basekit/source/Common_inline.h	2011-12-17 00:46:02.000000000 -0600 -@@ -52,7 +52,7 @@ -  - #if defined(__APPLE__)  -  --	#define NS_INLINE static __inline__ __attribute__((always_inline)) -+	#define NS_INLINE static inline -  - 	#ifdef IO_IN_C_FILE - 		// in .c   | 
