diff options
author | minskim <minskim@pkgsrc.org> | 2006-03-02 23:41:55 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2006-03-02 23:41:55 +0000 |
commit | 97ec6f956f982c477ee5e7f13e0c770e393ca820 (patch) | |
tree | f1b4821203065a21f23821b777ca8cadb24e2266 /x11 | |
parent | 0edcdc89c049ce67a3e366477d32dd3d6ed786e4 (diff) | |
download | pkgsrc-97ec6f956f982c477ee5e7f13e0c770e393ca820.tar.gz |
Prevent qmake from generating .la files. In pkgsrc, they are taken care
of by libtool.
This fixes PRs pkg/30656 and pkg/32244.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/qt3-libs/distinfo | 3 | ||||
-rw-r--r-- | x11/qt3-libs/patches/patch-aj | 13 |
2 files changed, 15 insertions, 1 deletions
diff --git a/x11/qt3-libs/distinfo b/x11/qt3-libs/distinfo index 8a535747ceb..9e37e6f6dd3 100644 --- a/x11/qt3-libs/distinfo +++ b/x11/qt3-libs/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.33 2005/11/01 15:20:50 joerg Exp $ +$NetBSD: distinfo,v 1.34 2006/03/02 23:41:55 minskim Exp $ SHA1 (qt-x11-free-3.3.5.tar.bz2) = 8d7c7ba0b39848ef60b3cd93fc1d33e9527694ec RMD160 (qt-x11-free-3.3.5.tar.bz2) = 376ae3fc36c70ec864653ca78582ba29410def7f @@ -12,6 +12,7 @@ SHA1 (patch-af) = 513b0419dcbe0d2e65d9912868effcf0681119ae SHA1 (patch-ag) = a413055f8df258b0bb91e46d6f611e9ec511b913 SHA1 (patch-ah) = f9e0a77ea62e06b3c037921094e0eb1d50a5ffce SHA1 (patch-ai) = 582a02a1b697ef038cd5a8ead5dd3b0910e6297b +SHA1 (patch-aj) = 414260de4a3cb91cbd6ec384cafda7268205930d SHA1 (patch-bb) = b6a15a4b2b7b83b89bd3610cf2e48c242dbce2e5 SHA1 (patch-bc) = d8a84e1b66bf1953b53df57ae81d2c98cce69c41 SHA1 (patch-bd) = a116ecf305ee5b5338bf84cb908d695f3baea830 diff --git a/x11/qt3-libs/patches/patch-aj b/x11/qt3-libs/patches/patch-aj new file mode 100644 index 00000000000..21cbd330ba7 --- /dev/null +++ b/x11/qt3-libs/patches/patch-aj @@ -0,0 +1,13 @@ +$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 + } |