From ba149d99559c03f0c023bf4cf5999c3d7213f65d Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Thu, 5 Apr 2012 19:41:14 -0500 Subject: [PATCH] Move xmoto to Homebrew-games Signed-off-by: Jack Nagel --- Formula/xmoto.rb | 47 ----------------------------------------------- 1 file changed, 47 deletions(-) delete mode 100644 Formula/xmoto.rb diff --git a/Formula/xmoto.rb b/Formula/xmoto.rb deleted file mode 100644 index 628ba74f48..0000000000 --- a/Formula/xmoto.rb +++ /dev/null @@ -1,47 +0,0 @@ -require 'formula' - -class Xmoto < Formula - url 'http://download.tuxfamily.org/xmoto/xmoto/0.5.9/xmoto-0.5.9-src.tar.gz' - homepage 'http://xmoto.tuxfamily.org/' - sha1 '07757accce78151dc8873bef8270df0e56196772' - - depends_on 'libxml2' - depends_on 'gettext' - depends_on 'jpeg' - depends_on 'sdl' - depends_on 'sdl_mixer' - depends_on 'sdl_net' - depends_on 'sdl_ttf' - depends_on 'lua' - depends_on 'ode' - - # Fixes compiling against libpng on Lion. See: - # http://todo.xmoto.tuxfamily.org/index.php?do=details&task_id=783 - def patches - DATA - end - - def install - # The ENV.x11 picks up libpng and sets CFLAGS and LDFLAGS - ENV.x11 - 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 ---- a/src/image/tim_png.cpp -+++ b/src/image/tim_png.cpp -@@ -24,6 +24,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - */ - #include - #include -+#include - #include "tim.h" - #include "png.h"