diff options
author | drochner <drochner@pkgsrc.org> | 2002-03-19 17:54:33 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2002-03-19 17:54:33 +0000 |
commit | 38e427917b81a15848da7a6ba2a8b15a1a695c06 (patch) | |
tree | 4c637084c1a3eb91cd66ed34a1524ec7b6df74b4 /x11/qt3-libs/patches | |
parent | 9234c060b29bf9a9f732a1f3fa3ecdb26302778a (diff) | |
download | pkgsrc-38e427917b81a15848da7a6ba2a8b15a1a695c06.tar.gz |
update to 3.0.2
"Qt 3.0.2 is a bugfix release. It maintains both forward and backward
compatibility (source and binary) with Qt 3.0.1."
Diffstat (limited to 'x11/qt3-libs/patches')
-rw-r--r-- | x11/qt3-libs/patches/patch-ab | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/x11/qt3-libs/patches/patch-ab b/x11/qt3-libs/patches/patch-ab index f604ad564e3..a233d61df36 100644 --- a/x11/qt3-libs/patches/patch-ab +++ b/x11/qt3-libs/patches/patch-ab @@ -1,10 +1,10 @@ -$NetBSD: patch-ab,v 1.1.1.1 2002/01/07 08:07:59 skrll Exp $ +$NetBSD: patch-ab,v 1.2 2002/03/19 17:54:36 drochner Exp $ ---- configure.orig Fri Nov 30 15:27:49 2001 -+++ configure -@@ -121,7 +121,7 @@ - fi - +--- configure.orig Fri Feb 15 09:12:23 2002 ++++ configure Fri Mar 8 12:34:37 2002 +@@ -732,7 +732,7 @@ + # we may write in the source tree, let's take advantage of this + # to test that QTDIR is correctly set to be the source tree touch .test.qt. - if [ '!' -f ${QTDIR}/.test.qt. ] + if [ '!' -f .test.qt. ] |