open-scene-graph: use patch DSL
This commit is contained in:
parent
270cd58b74
commit
1bf3f75c99
1 changed files with 3 additions and 5 deletions
|
@ -31,11 +31,9 @@ class OpenSceneGraph < Formula
|
|||
depends_on 'graphviz'
|
||||
end
|
||||
|
||||
def patches
|
||||
# Fix osgQt for Qt 5.2
|
||||
# Reported upstream http://forum.openscenegraph.org/viewtopic.php?t=13206
|
||||
DATA
|
||||
end
|
||||
# Fix osgQt for Qt 5.2
|
||||
# Reported upstream http://forum.openscenegraph.org/viewtopic.php?t=13206
|
||||
patch :DATA
|
||||
|
||||
def install
|
||||
ENV.cxx11 if build.cxx11?
|
||||
|
|
Loading…
Reference in a new issue