aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMike McQuaid2014-10-17 22:13:09 +0100
committerMike McQuaid2014-10-19 12:19:16 +0100
commit506bae8675033381166e30401d2dca4104f65c3c (patch)
tree19cbd9fea9726aee9e98d0a0044211ec4e573ff2 /Library
parent2184fc84c33662fb0c5b435d69e4f80245fcfa91 (diff)
downloadhomebrew-506bae8675033381166e30401d2dca4104f65c3c.tar.bz2
gnutls: add yosemite bottle.
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/gnutls.rb5
1 files changed, 3 insertions, 2 deletions
diff --git a/Library/Formula/gnutls.rb b/Library/Formula/gnutls.rb
index e9367a048..abac35fa8 100644
--- a/Library/Formula/gnutls.rb
+++ b/Library/Formula/gnutls.rb
@@ -9,6 +9,7 @@ class Gnutls < Formula
bottle do
cellar :any
+ sha1 "9afca62450a3a74d91ee70a5ae11624310b7a755" => :yosemite
sha1 "3e4d0c1cd43da26defe0620b1c619be532e5b536" => :mavericks
sha1 "3eb9d4d68f26cf9589d417db111da503951799e9" => :mountain_lion
sha1 "d5cef16200d281b8ac69957d2f4c0c436b2c766e" => :lion
@@ -61,7 +62,7 @@ __END__
--- a/src/libopts/autoopts.h
+++ b/src/libopts/autoopts.h
@@ -32,7 +32,14 @@
-
+
#ifndef AUTOGEN_AUTOOPTS_H
#define AUTOGEN_AUTOOPTS_H
-#include <stdnoreturn.h>
@@ -73,6 +74,6 @@ __END__
+# define noreturn
+# endif
+#endif
-
+
#define AO_NAME_LIMIT 127
#define AO_NAME_SIZE ((size_t)(AO_NAME_LIMIT + 1))