From 62510ae828688073caee2eea5d56e808e49444c8 Mon Sep 17 00:00:00 2001 From: Nibbles 2bits Date: Mon, 24 Oct 2011 13:02:37 -0700 Subject: glew-1.7.0: make all This commit modifies the formula for glew-1.7.0, an OpenGL project, so that it builds not only libGLEW, but two cli apps and libGLEWmx. This compiles and works without error on 64bit OSX Snow Leopard, using clang, llvm, or gcc from XCode 4.0.2. Testing this library using a first person space simulator shows no defects. Closes #8272. Signed-off-by: Jack Nagel --- Library/Formula/glew.rb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Library') diff --git a/Library/Formula/glew.rb b/Library/Formula/glew.rb index b338c5f5e..616c33b65 100644 --- a/Library/Formula/glew.rb +++ b/Library/Formula/glew.rb @@ -6,6 +6,8 @@ class Glew < Formula md5 'fb7a8bb79187ac98a90b57f0f27a3e84' def install - system "make", "GLEW_DEST=#{prefix}", "install" + # Installs libGLEW, two cli apps, and libGLEWmx + system "make", "GLEW_DEST=#{prefix}", "all" + system "make", "GLEW_DEST=#{prefix}", "install.all" end end -- cgit v1.2.3