diff options
| author | Jack Nagel | 2013-07-13 22:38:58 -0500 |
|---|---|---|
| committer | Jack Nagel | 2013-07-13 22:40:20 -0500 |
| commit | f41ac7bd0427949351a37b019a6411207d9bc6e8 (patch) | |
| tree | 92ee8beb49d3fd642fd75fb78dde34e85d6334da /Library | |
| parent | 32cccbc500eb195001114fd5be44403966bb1983 (diff) | |
| download | homebrew-f41ac7bd0427949351a37b019a6411207d9bc6e8.tar.bz2 | |
fceux: remove failing inreplace
Both replaces currently fail. However it built fine without them and
linked to the correct libraries, at least under superenv. If it breaks
under stdenv someone will have to patch it, but nobody has complained so
far.
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/fceux.rb | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/Library/Formula/fceux.rb b/Library/Formula/fceux.rb index 4b081fc93..03dddaee5 100644 --- a/Library/Formula/fceux.rb +++ b/Library/Formula/fceux.rb @@ -15,16 +15,6 @@ class Fceux < Formula depends_on :x11 def install - # Propagate PKG_CONFIG_PATH to Scons environment - pkg_config_path = "#{MacOS::X11.lib}/pkgconfig:#{ENV['PKG_CONFIG_PATH']}" - inreplace "Sconstruct", - "env.ParseConfig('pkg-config --cflags --libs gtk+-2.0')", - "env.ParseConfig('PKG_CONFIG_PATH=#{pkg_config_path} pkg-config --cflags --libs gtk+-2.0')" - - inreplace "src/drivers/sdl/SConscript", - "env.ParseConfig('pkg-config --cflags --libs x11')", - "env.ParseConfig('PKG_CONFIG_PATH=#{pkg_config_path} pkg-config --cflags --libs x11')" - if build.include? "no-gtk" inreplace "SConstruct", "BoolVariable('GTK', 'Enable GTK2 GUI (SDL only)', 1),", |
