Skip to content
This repository has been archived by the owner on Jan 16, 2025. It is now read-only.

Commit

Permalink
cdrdao: style nits
Browse files Browse the repository at this point in the history
Signed-off-by: Jack Nagel <[email protected]>
  • Loading branch information
jacknagel committed Mar 11, 2012
1 parent 7351f5f commit b2543eb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Library/Formula/cdrdao.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
require 'formula'

class Cdrdao < Formula
url 'http://downloads.sourceforge.net/project/cdrdao/cdrdao/1.2.3/cdrdao-1.2.3.tar.bz2'
homepage 'http://cdrdao.sourceforge.net/'
url 'http://downloads.sourceforge.net/project/cdrdao/cdrdao/1.2.3/cdrdao-1.2.3.tar.bz2'
md5 '8d15ba6280bb7ba2f4d6be31d28b3c0c'

depends_on 'pkg-config' => :build
Expand All @@ -11,6 +11,8 @@ class Cdrdao < Formula
depends_on 'mad'
depends_on 'lame'

fails_with_llvm "Segfault while linking", :build => 2326

# first patch fixes build problems under 10.6
# see http://sourceforge.net/tracker/index.php?func=detail&aid=2981804&group_id=2171&atid=302171
# second patch fixes device autodetection on OS X
Expand All @@ -22,8 +24,6 @@ def patches
:p0 => "http://trac.macports.org/export/90637/trunk/dports/sysutils/cdrdao/files/cdrdao-device-default-bufsize.patch" }
end

fails_with_llvm "Segfault while linking", :build => 2326

def install
system "./configure", "--disable-debug", "--disable-dependency-tracking",
"--prefix=#{prefix}", "--mandir=#{man}"
Expand Down

0 comments on commit b2543eb

Please sign in to comment.