diff options
| author | Jack Nagel | 2014-03-19 12:07:56 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-03-19 18:57:19 -0500 |
| commit | f6cfb33f1637b1b9e84e9a4dc20d8d775211bca0 (patch) | |
| tree | 7967bca4ca788689d92520d27af656cc66cfe618 | |
| parent | 574fe865ebdd815b3d0b238a30311c56a4c42c18 (diff) | |
| download | homebrew-f6cfb33f1637b1b9e84e9a4dc20d8d775211bca0.tar.bz2 | |
libxspf: use patch DSL
| -rw-r--r-- | Library/Formula/libxspf.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/libxspf.rb b/Library/Formula/libxspf.rb index 8106902af..789f6a8f3 100644 --- a/Library/Formula/libxspf.rb +++ b/Library/Formula/libxspf.rb @@ -11,7 +11,7 @@ class Libxspf < Formula # Fix build against clang and GCC 4.7+ # http://git.xiph.org/?p=libxspf.git;a=commit;h=7f1f68d433f03484b572657ff5df47bba1b03ba6 - def patches; DATA; end + patch :DATA def install system "./configure", "--disable-debug", "--disable-dependency-tracking", |
