diff options
| author | Jack Nagel | 2014-03-18 12:13:30 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-03-18 14:52:50 -0500 |
| commit | a8b22db49f4ce270d57f74c987617f24a84de263 (patch) | |
| tree | efabc6794642a7b84819315c9d26bb52e09e7aa4 /Library/Formula | |
| parent | b87b905bdd2b23f8929e89ebf48329de670a033a (diff) | |
| download | homebrew-a8b22db49f4ce270d57f74c987617f24a84de263.tar.bz2 | |
collada-dom: use patch DSL
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/collada-dom.rb | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Library/Formula/collada-dom.rb b/Library/Formula/collada-dom.rb index 534b1dd39..8b85aded8 100644 --- a/Library/Formula/collada-dom.rb +++ b/Library/Formula/collada-dom.rb @@ -10,9 +10,7 @@ class ColladaDom < Formula depends_on 'boost' # Fix build of minizip: quoting arguments to cmake's add_definitions doesn't work the way they thought it did. - def patches - return DATA - end + patch :DATA def install system "cmake", ".", *std_cmake_args |
