Remove orphaned patch declarations
This commit is contained in:
parent
212c585f3b
commit
0cd646208e
2 changed files with 0 additions and 7 deletions
|
@ -27,8 +27,6 @@ class Pyside < Formula
|
|||
sha1 '9e424b03fe1f68e0326f3905738adcf27782f677'
|
||||
end
|
||||
|
||||
patch :DATA # Fix moc_qpytextobject.cxx not found (https://codereview.qt-project.org/62479)
|
||||
|
||||
def install
|
||||
if build.with? "docs"
|
||||
(buildpath/"sphinx").mkpath
|
||||
|
|
|
@ -14,11 +14,6 @@ class Shiboken < Formula
|
|||
depends_on :python => :recommended
|
||||
depends_on :python3 => :optional
|
||||
|
||||
# This fixes issues with libc++ and its lack of the tr1 namespace.
|
||||
# Upstream ticket: https://bugreports.qt-project.org/browse/PYSIDE-200
|
||||
# Patch is currently under code review at: https://codereview.qt-project.org/#change,69324
|
||||
patch :DATA
|
||||
|
||||
def install
|
||||
# As of 1.1.1 the install fails unless you do an out of tree build and put
|
||||
# the source dir last in the args.
|
||||
|
|
Loading…
Reference in a new issue