diff options
| author | Christoph Moench-Tegeder <cmt@FreeBSD.org> | 2024-09-26 23:57:38 +0200 |
|---|---|---|
| committer | Christoph Moench-Tegeder <cmt@FreeBSD.org> | 2024-09-26 23:57:38 +0200 |
| commit | 069cac4cb119c3348708a1d87501e7465b830086 (patch) | |
| tree | 54d749b74b8369a381e3941d752a10222ecb6268 /graphics/py-pivy/files/patch-qtinfo.py | |
| parent | x11-toolkits/soqt: update to 1.6.3 (diff) | |
graphics/py-pivy: update to 0.6.3
Release Notes:
https://github.com/coin3d/pivy/releases/tag/0.6.9
Diffstat (limited to 'graphics/py-pivy/files/patch-qtinfo.py')
| -rw-r--r-- | graphics/py-pivy/files/patch-qtinfo.py | 17 |
1 files changed, 12 insertions, 5 deletions
diff --git a/graphics/py-pivy/files/patch-qtinfo.py b/graphics/py-pivy/files/patch-qtinfo.py index 534332fcea13..cd0752aa3d16 100644 --- a/graphics/py-pivy/files/patch-qtinfo.py +++ b/graphics/py-pivy/files/patch-qtinfo.py @@ -1,15 +1,22 @@ ---- qtinfo.py.orig 2023-03-13 20:25:16.070089000 +0100 -+++ qtinfo.py 2023-03-13 20:26:18.492969000 +0100 -@@ -7,7 +7,7 @@ +commit 9075d5a5fc7bd7f0144667e12e26e0aa8f7bb4c2 +Author: Christoph Moench-Tegeder <cmt@burggraben.net> + + our qmake is qmake6 + +diff --git qtinfo.py qtinfo.py +index 49b03b4..986960a 100644 +--- qtinfo.py ++++ qtinfo.py +@@ -7,7 +7,7 @@ class QtInfo(object): if qmake_command: self._qmake_command = qmake_command else: - self._qmake_command = [find_executable("qmake"),] -+ self._qmake_command = [find_executable("qmake-qt5"),] ++ self._qmake_command = [find_executable("qmake6"),] self._dict = {} # bind all variables early at __init__ time. for thing in self.__class__.__dict__: -@@ -79,4 +79,4 @@ +@@ -79,4 +79,4 @@ class QtInfo(object): translations_dir = property(getTranslationsPath) headers_dir = property(getHeadersPath) docs_dir = property(getDocsPath) |
