From e1ff650b7090fa9f0dfa2345b150c499913b2e2b Mon Sep 17 00:00:00 2001 From: Alex Burka Date: Fri, 10 May 2013 18:11:06 -0400 Subject: ROOT: use builtin GLEW Closes #19724. Signed-off-by: Jack Nagel --- Library/Formula/root.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'Library') diff --git a/Library/Formula/root.rb b/Library/Formula/root.rb index a2eb38630..2fdad62f6 100644 --- a/Library/Formula/root.rb +++ b/Library/Formula/root.rb @@ -23,6 +23,7 @@ class Root < Formula system "./configure", "#{arch}", "--all", + "--enable-builtin-glew", "--prefix=#{prefix}", "--etcdir=#{prefix}/etc/root", "--mandir=#{man}" -- cgit v1.2.3