diff options
| author | Adam Vandenberg | 2011-12-04 13:14:58 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2011-12-04 13:14:58 -0800 |
| commit | 094b77a80c1ed5ca835df74edb2ad6c6f53cc1fe (patch) | |
| tree | 318cd0bf391a9450107bc292d6ee8a052e3db68a /Library/Formula | |
| parent | 4ef8fb03ad621bd69f20e734fb656fdfeb525072 (diff) | |
| download | homebrew-094b77a80c1ed5ca835df74edb2ad6c6f53cc1fe.tar.bz2 | |
xmoto: disable sdl test
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/xmoto.rb | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/Library/Formula/xmoto.rb b/Library/Formula/xmoto.rb index eb412758d..628ba74f4 100644 --- a/Library/Formula/xmoto.rb +++ b/Library/Formula/xmoto.rb @@ -24,11 +24,15 @@ class Xmoto < Formula def install # The ENV.x11 picks up libpng and sets CFLAGS and LDFLAGS ENV.x11 - system "./configure", "--prefix=#{prefix}", "--with-internal-xdg=1", "--with-apple-opengl-framework" + system "./configure", "--prefix=#{prefix}", + "--disable-sdltest", + "--with-internal-xdg=1", + "--with-apple-opengl-framework" system "make install" end end + __END__ diff --git a/src/image/tim_png.cpp b/src/image/tim_png.cpp index 75fd545..a1d1cf6 100644 @@ -40,4 +44,4 @@ index 75fd545..a1d1cf6 100644 #include <string.h> +#include <zlib.h> #include "tim.h" - #include "png.h"
\ No newline at end of file + #include "png.h" |
