diff options
author | Neil Blakey-Milner <nbm@FreeBSD.org> | 2002-10-07 11:48:26 +0000 |
---|---|---|
committer | Neil Blakey-Milner <nbm@FreeBSD.org> | 2002-10-07 11:48:26 +0000 |
commit | bb97656e9ddbe95b02ff0f56fd20f7fba329e641 (patch) | |
tree | 9c2ec3273aaac678d3f292efdab9695e8a782b60 /x11-toolkits/py-kde/files/patch-build.py | |
parent | Upgrade py-qt to 3.4, and take over maintainership due to bounces from (diff) |
Resurrect py-kde, upgrading to 3.3.2. Take over maintainership, since
previous maintainer address bounces.
Diffstat (limited to 'x11-toolkits/py-kde/files/patch-build.py')
-rw-r--r-- | x11-toolkits/py-kde/files/patch-build.py | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/x11-toolkits/py-kde/files/patch-build.py b/x11-toolkits/py-kde/files/patch-build.py new file mode 100644 index 000000000000..7fc169cb89a7 --- /dev/null +++ b/x11-toolkits/py-kde/files/patch-build.py @@ -0,0 +1,11 @@ +--- build.py.orig Tue Sep 17 15:40:30 2002 ++++ build.py Tue Sep 17 15:40:48 2002 +@@ -805,7 +805,7 @@ + proPatches["DEFINES"] = [re.compile("@BL_DEFINES@",re.M), defines] + + checkQtLibrary() +- checkThreading () ++ #checkThreading () + checkKDELibrary() + checkPyQt () + |