pkgsrc/x11/qt3-libs/patches/patch-aj
minskim 97ec6f956f Prevent qmake from generating .la files. In pkgsrc, they are taken care
of by libtool.

This fixes PRs pkg/30656 and pkg/32244.
2006-03-02 23:41:55 +00:00

13 lines
389 B
Text

$NetBSD: patch-aj,v 1.1 2006/03/02 23:41:55 minskim Exp $
--- src/qt.pro.orig 2005-03-18 07:38:19.000000000 -0800
+++ src/qt.pro
@@ -169,7 +169,7 @@ include(qt_install.pri)
!staticlib:PRL_EXPORT_DEFINES += QT_SHARED
unix {
- CONFIG += create_libtool create_pc
+ CONFIG += create_pc
QMAKE_PKGCONFIG_LIBDIR = $$target.path
QMAKE_PKGCONFIG_INCDIR = $$headers.path
}