diff options
Diffstat (limited to 'dev-python/pyside/files/pyside-qtscripttools.patch')
-rw-r--r-- | dev-python/pyside/files/pyside-qtscripttools.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/dev-python/pyside/files/pyside-qtscripttools.patch b/dev-python/pyside/files/pyside-qtscripttools.patch deleted file mode 100644 index 1213c7f3c6a4..000000000000 --- a/dev-python/pyside/files/pyside-qtscripttools.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/PySide/QtScriptTools/CMakeLists.txt b/PySide/QtScriptTools/CMakeLists.txt -index 18e1f93..ffcd890 100644 ---- a/PySide/QtScriptTools/CMakeLists.txt -+++ b/PySide/QtScriptTools/CMakeLists.txt -@@ -21,7 +21,7 @@ if(NOT QT_QTSCRIPTTOOLS_LIBRARY) - if(CMAKE_HOST_APPLE) - set(QT_QTSCRIPTTOOLS_LIBRARY "-framework QtScriptTools") - else(CMAKE_HOST_APPLE) -- set(QT_QTSCRIPTTOOLS_LIBRARY -lQtScriptTools) -+ set(QT_QTSCRIPTTOOLS_LIBRARY ${QT_QTSCRIPT_LIBRARY}Tools) - endif(CMAKE_HOST_APPLE) - endif(NOT QT_QTSCRIPTTOOLS_LIBRARY) - |