From d3d650b9b9ad2321789a2adcdee79714c99346d3 Mon Sep 17 00:00:00 2001 From: Christian Wiese Date: Mon, 17 Jun 2013 15:45:09 +0200 Subject: [PATCH] qt4: fixed typo in qt4.conf --- qt/qt4/qt4.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qt/qt4/qt4.conf b/qt/qt4/qt4.conf index 9e8f83b27..1c2a2545f 100644 --- a/qt/qt4/qt4.conf +++ b/qt/qt4/qt4.conf @@ -117,7 +117,7 @@ for tuple in $tuples; do tupledriver=${tuple#*:} if pkginstalled $tuplepkg; then - kgprefix -t $tuplepkg + pkgprefix -t $tuplepkg var_append confopt " " "-plugin-sql-$tupledriver" for x in CXX GCC; do var_append ${x}_WRAPPER_APPEND ' ' "-L$( pkgprefix libdir $tuplepkg )/mysql"