pkgsrc/x11/qt4-libs/patches/patch-am
wiz ecf12c063b Create a shared library for libQtUiTools, in the hope that this fixes
the build for kdelibs4 on amd64.

Bump PKGREVISION for qt4-tools.
2008-01-05 22:15:24 +00:00

13 lines
365 B
Text

$NetBSD: patch-am,v 1.5 2008/01/05 22:15:24 wiz Exp $
--- tools/designer/src/uitools/uitools.pro.orig 2007-12-04 16:43:42.000000000 +0000
+++ tools/designer/src/uitools/uitools.pro
@@ -1,7 +1,7 @@
TEMPLATE = lib
TARGET = $$qtLibraryTarget(QtUiTools)
QT += xml
-CONFIG += qt staticlib
+CONFIG += qt dll
DESTDIR = ../../../../lib
DLLDESTDIR = ../../../../bin