From b38c1623a0d30287bb698076d7072ab041b9cefa Mon Sep 17 00:00:00 2001 From: Brett Koonce Date: Wed, 4 Dec 2013 15:41:41 -0600 Subject: io 2013.12.04/fix HEAD Closes #24940. Closes #24822. Signed-off-by: Adam Vandenberg --- Library/Formula/io.rb | 23 ++--------------------- 1 file changed, 2 insertions(+), 21 deletions(-) (limited to 'Library') 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 -- cgit v1.2.3