aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/cgal.rb6
1 files changed, 2 insertions, 4 deletions
diff --git a/Library/Formula/cgal.rb b/Library/Formula/cgal.rb
index 312357260..62c763839 100644
--- a/Library/Formula/cgal.rb
+++ b/Library/Formula/cgal.rb
@@ -24,10 +24,8 @@ class Cgal < Formula
depends_on 'qt' if build.include? 'imaging'
depends_on 'eigen' if build.with? "eigen3"
- def patches
- # Allows to compile with clang 425: http://goo.gl/y9Dg2y
- DATA
- end
+ # Allows to compile with clang 425: http://goo.gl/y9Dg2y
+ patch :DATA
def install
ENV.cxx11 if build.cxx11?