diff options
| author | Adam Vandenberg | 2011-03-14 13:18:15 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2011-03-14 13:18:15 -0700 |
| commit | 3fc05702c4b93d83a833884ef94a7763fa43ae69 (patch) | |
| tree | 444d118cc16412edba466a4aea4152653be083d8 | |
| parent | 8f5eff529872cb90288474b555da4af5ae28d7fa (diff) | |
| download | homebrew-3fc05702c4b93d83a833884ef94a7763fa43ae69.tar.bz2 | |
visualboyadvance: works fine against system libpng
| -rw-r--r-- | Library/Formula/visualboyadvance.rb | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/Library/Formula/visualboyadvance.rb b/Library/Formula/visualboyadvance.rb index 9aa25cf87..c95aa312c 100644 --- a/Library/Formula/visualboyadvance.rb +++ b/Library/Formula/visualboyadvance.rb @@ -6,15 +6,12 @@ class Visualboyadvance < Formula md5 'cc02339e3fd8efd9f23121b0a2f81fd8' depends_on 'pkg-config' => :build - depends_on 'libpng' depends_on 'sdl' - def patches - DATA - end + def patches; DATA; end def install - fails_with_llvm "Video scalers don't link right w/ LLVM" + fails_with_llvm "Video scalers don't link with LLVM." ENV.x11 # for libpng system "./configure", "--disable-dependency-tracking", "--disable-debug", |
