From ec52bff0fc513976c3fbb622349008cb1a6bbff4 Mon Sep 17 00:00:00 2001 From: Minto van der Sluis Date: Mon, 17 Sep 2007 19:50:15 +0200 Subject: [PATCH] Prepared qt config variables for the comming qt4. - Changed SDECFG_PKG_QT_... into SDECFG_PKG_QT3_... --- qt/qt3/qt3.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qt/qt3/qt3.conf b/qt/qt3/qt3.conf index 051b03847..7a2d0b866 100644 --- a/qt/qt3/qt3.conf +++ b/qt/qt3/qt3.conf @@ -14,7 +14,7 @@ # GNU General Public License can be found in the file COPYING. # --- SDE-COPYRIGHT-NOTE-END --- -prefix="${SDECFG_PKG_QT_PREFIX:-usr}" +prefix="${SDECFG_PKG_QT3_PREFIX:-usr}" if [ "$prefix" = "usr" ]; then docdir=$docdir/$pkg fi @@ -39,7 +39,7 @@ hook_add preconf 5 qt_preconf [[ $libdir = *lib64* ]] && var_append confopt ' ' '-platform linux-g++-64' - [ "$SDECFG_PKG_QT_EXCEPTION_STL" = "0" ] && + [ "$SDECFG_PKG_QT3_EXCEPTION_STL" = "0" ] && var_append confopt " " "-no-g++-exceptions -no-stl" if pkginstalled mysql; then