diff options
| author | Misty De Meo | 2012-03-21 22:55:29 -0500 |
|---|---|---|
| committer | Misty De Meo | 2012-03-21 22:55:45 -0500 |
| commit | d7d25088d0259b4363c8302da02ef8e13b0d9e28 (patch) | |
| tree | 0a27e9c676bf88ba204c27f8841239dc3cb732ce /Library/Formula | |
| parent | c014c51f676b332e621a6fab8428722da4d7f2cd (diff) | |
| download | homebrew-d7d25088d0259b4363c8302da02ef8e13b0d9e28.tar.bz2 | |
gpac: remove --with-lowercase option
This was my fault, and the option really isn't
necessary.
Closes #9995.
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/gpac.rb | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/Library/Formula/gpac.rb b/Library/Formula/gpac.rb index b6862158e..150f0de7e 100644 --- a/Library/Formula/gpac.rb +++ b/Library/Formula/gpac.rb @@ -28,10 +28,6 @@ class Gpac < Formula depends_on 'ffmpeg' => :optional if ARGV.build_head? depends_on 'openjpeg' => :optional if ARGV.build_head? - def options - [['--with-lowercase', 'Install binaries with lowercase names']] - end - def install ENV.deparallelize @@ -47,18 +43,6 @@ class Gpac < Formula system "chmod +x configure" system "./configure", *args - - system "chmod", "+rw", "Makefile" - ["MP4Box","MP4Client"].each do |name| - filename = "applications/#{name.downcase}/Makefile" - system "chmod", "+rw", filename - - if ARGV.include? '--with-lowercase' - inreplace filename, name, name.downcase - inreplace "Makefile", name, name.downcase - end - end - system "make" system "make install" end |
