Skip to content

Instantly share code, notes, and snippets.

@jkp
Created February 25, 2012 12:35
Show Gist options
  • Save jkp/1908325 to your computer and use it in GitHub Desktop.
Save jkp/1908325 to your computer and use it in GitHub Desktop.
From fefdeccb336b4eb96dd5c3351ba2d5d4606bea62 Mon Sep 17 00:00:00 2001
From: Jamie Kirkpatrick <jkp@spotify.com>
Date: Sat, 25 Feb 2012 13:32:55 +0100
Subject: [PATCH] Fix compilation errors under cmake
---
Library/Formula/qt.rb | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/Library/Formula/qt.rb b/Library/Formula/qt.rb
index 2e6ca49..c167b83 100644
--- a/Library/Formula/qt.rb
+++ b/Library/Formula/qt.rb
@@ -29,7 +29,8 @@ class Qt < Formula
def patches
[
# Fix compilation with llvm-gcc. Remove for 4.8.1.
- "https://qt.gitorious.org/qt/qt/commit/448ab7cd150ab7bb7d12bcac76bc2ce1c72298bd?format=patch"
+ "https://qt.gitorious.org/qt/qt/commit/448ab7cd150ab7bb7d12bcac76bc2ce1c72298bd?format=patch",
+ "https://raw.github.com/gist/1907928/7b3969b7b0c04951bebe8d343379f6d1fb5b1efb/patch"
]
end
--
1.7.9
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment