diff options
author | drochner <drochner@pkgsrc.org> | 2003-07-22 17:17:19 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2003-07-22 17:17:19 +0000 |
commit | 349036ac7ce5d3198657b58ac1fac2c7beb34f6a (patch) | |
tree | 22d9c4ea1e7ae88290dca1c7d2e28c3721bb3b32 /x11/qt3-libs/patches/patch-bc | |
parent | f08db341197220688be113366860f4dc94e1ae68 (diff) | |
download | pkgsrc-349036ac7ce5d3198657b58ac1fac2c7beb34f6a.tar.gz |
Build, install and use a shared libqassistantclient.
This is primarily needed by PyQt.
Diffstat (limited to 'x11/qt3-libs/patches/patch-bc')
-rw-r--r-- | x11/qt3-libs/patches/patch-bc | 13 |
1 files changed, 13 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 |