Skip to content

Instantly share code, notes, and snippets.

@daverigby
Created March 3, 2013 23:46
Show Gist options
  • Save daverigby/5078929 to your computer and use it in GitHub Desktop.
Save daverigby/5078929 to your computer and use it in GitHub Desktop.
homebrew: libogg universal support
diff --git a/Library/Formula/libogg.rb b/Library/Formula/libogg.rb
index 2764176..896465f 100644
--- a/Library/Formula/libogg.rb
+++ b/Library/Formula/libogg.rb
@@ -14,6 +14,8 @@ class Libogg < Formula
end
def install
+ ENV.universal_binary if build.universal?
+
system "./autogen.sh" if build.head?
system "./configure", "--disable-dependency-tracking",
"--prefix=#{prefix}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment