diff options
| author | Adam Vandenberg | 2010-06-28 14:37:49 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2010-06-28 14:37:49 -0700 |
| commit | b08d4730b0ffa83684615629f52146901b0ed8e6 (patch) | |
| tree | 4feec359c6ea5c27d70c59ea4a58fee106d5ea9d /Library/Formula | |
| parent | ae52f988c6e0a9f7a883a4902605184245fe7946 (diff) | |
| download | homebrew-b08d4730b0ffa83684615629f52146901b0ed8e6.tar.bz2 | |
sound-touch - force LF.
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/sound-touch.rb | 44 |
1 files changed, 22 insertions, 22 deletions
diff --git a/Library/Formula/sound-touch.rb b/Library/Formula/sound-touch.rb index 27feb8d64..0be87c39c 100644 --- a/Library/Formula/sound-touch.rb +++ b/Library/Formula/sound-touch.rb @@ -1,22 +1,22 @@ -require 'formula'
-
-class SoundTouch <Formula
- url 'http://www.surina.net/soundtouch/soundtouch-1.5.0.tar.gz'
- homepage 'http://www.surina.net/soundtouch/'
- md5 '5456481d8707d2a2c27466ea64a099cb'
-
- def install
- # SoundTouch has a small amount of inline assembly. The assembly has two labeled
- # jumps. When compiling with gcc optimizations the inline assembly is duplicated
- # and the symbol label occurs twice causing the build to fail.
- ENV.no_optimization
- # 64bit causes soundstretch to segfault when ever it is run.
- ENV.m32
-
- # The build fails complaining about out of date libtools. Rerunning the autoconf prevents the error.
- system "autoconf"
-
- system "./configure", "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking"
- system "make install"
- end
-end
+require 'formula' + +class SoundTouch <Formula + url 'http://www.surina.net/soundtouch/soundtouch-1.5.0.tar.gz' + homepage 'http://www.surina.net/soundtouch/' + md5 '5456481d8707d2a2c27466ea64a099cb' + + def install + # SoundTouch has a small amount of inline assembly. The assembly has two labeled + # jumps. When compiling with gcc optimizations the inline assembly is duplicated + # and the symbol label occurs twice causing the build to fail. + ENV.no_optimization + # 64bit causes soundstretch to segfault when ever it is run. + ENV.m32 + + # The build fails complaining about out of date libtools. Rerunning the autoconf prevents the error. + system "autoconf" + + system "./configure", "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking" + system "make install" + end +end |
