From 8edaae3d1656c540bbb2f1058ca3c2a4071e01dc Mon Sep 17 00:00:00 2001 From: Sixten Otto Date: Wed, 20 Jan 2010 21:29:15 -0700 Subject: Mednafen 0.8.Drc1 A portable multi-system emulator with many advanced features. Signed-off-by: Adam Vandenberg * Tweaked slighty. --- Library/Formula/mednafen.rb | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 Library/Formula/mednafen.rb (limited to 'Library') diff --git a/Library/Formula/mednafen.rb b/Library/Formula/mednafen.rb new file mode 100644 index 000000000..74aebfc77 --- /dev/null +++ b/Library/Formula/mednafen.rb @@ -0,0 +1,24 @@ +require 'formula' + +class Mednafen ::offset_resampled that happens with + # even minimal optimizations turned on (in LLVM or GCC 4.2) + ENV.no_optimization + + system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}" + system "make install" + end +end -- cgit v1.2.3