diff options
Diffstat (limited to 'x11/qt3-libs/patches/patch-bd')
-rw-r--r-- | x11/qt3-libs/patches/patch-bd | 13 |
1 files changed, 13 insertions, 0 deletions
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 + |