diff options
author | minskim <minskim@pkgsrc.org> | 2006-03-16 21:58:52 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2006-03-16 21:58:52 +0000 |
commit | 1dbedbcd11517d04dee3061fda4aa776f07876be (patch) | |
tree | b2faad1daf16cd2e6b10de84c1da7b81a78c1bc2 /x11/qt3-qscintilla | |
parent | a3fe75199379253256c734f4db812883a1824c66 (diff) | |
download | pkgsrc-1dbedbcd11517d04dee3061fda4aa776f07876be.tar.gz |
Define target.path for qmake to pass proper options to libtool. This makes
the package build with the libtoolized pkgsrc qmake.
Diffstat (limited to 'x11/qt3-qscintilla')
-rw-r--r-- | x11/qt3-qscintilla/distinfo | 4 | ||||
-rw-r--r-- | x11/qt3-qscintilla/patches/patch-aa | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/x11/qt3-qscintilla/distinfo b/x11/qt3-qscintilla/distinfo index 4ad01f9453a..4efb3c7fc57 100644 --- a/x11/qt3-qscintilla/distinfo +++ b/x11/qt3-qscintilla/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.6 2005/10/06 17:49:13 drochner Exp $ +$NetBSD: distinfo,v 1.7 2006/03/16 21:58:52 minskim Exp $ SHA1 (qscintilla-1.65-gpl-1.6.tar.gz) = 6663a1527b8fd37286d5fc0e77b4960c107e4de1 RMD160 (qscintilla-1.65-gpl-1.6.tar.gz) = f91921b16491aa44e3db25418ce2033555989123 Size (qscintilla-1.65-gpl-1.6.tar.gz) = 821730 bytes -SHA1 (patch-aa) = 555698aa186033ad0b56ef5b0ba4d7b8dd75124f +SHA1 (patch-aa) = 26a37c3d791cfa317e77462b83cff5242079b78e diff --git a/x11/qt3-qscintilla/patches/patch-aa b/x11/qt3-qscintilla/patches/patch-aa index ff4981ad27c..e6bdae63386 100644 --- a/x11/qt3-qscintilla/patches/patch-aa +++ b/x11/qt3-qscintilla/patches/patch-aa @@ -1,4 +1,4 @@ -$NetBSD: patch-aa,v 1.1.1.1 2003/07/15 15:55:00 drochner Exp $ +$NetBSD: patch-aa,v 1.2 2006/03/16 21:58:52 minskim Exp $ --- qscintilla.pro.orig 2003-07-13 11:45:25.000000000 +0200 +++ qscintilla.pro 2003-07-13 11:46:00.000000000 +0200 @@ -7,7 +7,7 @@ $NetBSD: patch-aa,v 1.1.1.1 2003/07/15 15:55:00 drochner Exp $ TEMPLATE = lib TARGET = qscintilla -DESTDIR = $(QTDIR)/lib -+#DESTDIR = $(QTDIR)/lib ++target.path = $(QTDIR)/lib CONFIG += qt warn_off release dll thread INCLUDEPATH = . ../include ../src DEFINES = QEXTSCINTILLA_MAKE_DLL QT SCI_LEXER |