summaryrefslogtreecommitdiff
path: root/x11/qt3-libs/patches
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2003-07-22 17:17:19 +0000
committerdrochner <drochner@pkgsrc.org>2003-07-22 17:17:19 +0000
commit349036ac7ce5d3198657b58ac1fac2c7beb34f6a (patch)
tree22d9c4ea1e7ae88290dca1c7d2e28c3721bb3b32 /x11/qt3-libs/patches
parentf08db341197220688be113366860f4dc94e1ae68 (diff)
downloadpkgsrc-349036ac7ce5d3198657b58ac1fac2c7beb34f6a.tar.gz
Build, install and use a shared libqassistantclient.
This is primarily needed by PyQt.
Diffstat (limited to 'x11/qt3-libs/patches')
-rw-r--r--x11/qt3-libs/patches/patch-bc13
-rw-r--r--x11/qt3-libs/patches/patch-bd13
2 files changed, 26 insertions, 0 deletions
diff --git a/x11/qt3-libs/patches/patch-bc b/x11/qt3-libs/patches/patch-bc
new file mode 100644
index 00000000000..dec24b6d81f
--- /dev/null
+++ b/x11/qt3-libs/patches/patch-bc
@@ -0,0 +1,13 @@
+$NetBSD: patch-bc,v 1.1 2003/07/22 17:17:20 drochner Exp $
+
+--- tools/assistant/lib/lib.pro.orig 2003-07-16 12:27:26.000000000 +0200
++++ tools/assistant/lib/lib.pro 2003-07-16 12:27:47.000000000 +0200
+@@ -5,7 +5,7 @@
+ SOURCES = qassistantclient.cpp
+ HEADERS += $$QT_SOURCE_TREE/include/qassistantclient.h
+
+-CONFIG += staticlib
++#CONFIG += staticlib
+ CONFIG -= dll
+
+ DEFINES += QT_INTERNAL_NETWORK
diff --git a/x11/qt3-libs/patches/patch-bd b/x11/qt3-libs/patches/patch-bd
new file mode 100644
index 00000000000..adb5df4620c
--- /dev/null
+++ b/x11/qt3-libs/patches/patch-bd
@@ -0,0 +1,13 @@
+$NetBSD: patch-bd,v 1.1 2003/07/22 17:17:20 drochner Exp $
+
+--- tools/designer/designer/designer.pro.orig 2003-07-16 13:13:29.000000000 +0200
++++ tools/designer/designer/designer.pro 2003-07-16 13:14:48.000000000 +0200
+@@ -416,7 +416,7 @@
+
+ INCLUDEPATH += ../shared ../uilib
+ win32:LIBS += $$QT_BUILD_TREE/lib/qui.lib $$QT_BUILD_TREE/lib/qassistantclient.lib
+-unix:LIBS += -L$$QT_BUILD_TREE/lib -lqui $$QT_BUILD_TREE/lib/libqassistantclient.a
++unix:LIBS += -L$$QT_BUILD_TREE/lib -lqui -lqassistantclient
+
+ TRANSLATIONS = designer_de.ts designer_fr.ts
+