diff options
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. ] |