diff options
author | Will Andrews <will@FreeBSD.org> | 2000-09-12 07:50:45 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2000-09-12 07:50:45 +0000 |
commit | ce35bfdf180dc0c3252352ed385a44cd1a1ecfa7 (patch) | |
tree | 64cafd31604fa0a47f3fdf4b8df2f707b4e5c31a /x11-toolkits/qt22/files/patch-ae | |
parent | Backout previous JIT-related change - it can cause legal problems. (diff) |
Update to QT 2.2.0 release. Satoshi will handle the USE_QT2 upgrade, which
should happen sometime later this week. Yes, this is *THE* QT that will be
used with KDE2. :-)
Submitted by: nra (thanks for making my job easier)
Notes
Notes:
svn path=/head/; revision=32538
Diffstat (limited to 'x11-toolkits/qt22/files/patch-ae')
-rw-r--r-- | x11-toolkits/qt22/files/patch-ae | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/x11-toolkits/qt22/files/patch-ae b/x11-toolkits/qt22/files/patch-ae index 7225d50352c1..541ab816cb76 100644 --- a/x11-toolkits/qt22/files/patch-ae +++ b/x11-toolkits/qt22/files/patch-ae @@ -1,14 +1,14 @@ ---- configure Mon Aug 7 19:31:32 2000 -+++ configure.new Mon Aug 7 22:25:11 2000 -@@ -49,6 +49,7 @@ - MODULES=`$MAKE -f src/Makefile.in listallmodules` +--- configure Sun Sep 3 12:41:17 2000 ++++ configure.new Sun Sep 10 15:16:38 2000 +@@ -56,6 +56,7 @@ + # Free edition - may only be used under the terms of the QPL. +if false; then - if [ -f LICENSE.QPL ] + if [ -f LICENSE.QPL -a -f LICENSE.GPL ] then - Licensee=you -@@ -164,6 +165,7 @@ + Edition=free +@@ -184,6 +185,7 @@ echo exit 0 fi |