|
|
|
@ -64,8 +64,12 @@ qt_pass() { |
|
|
|
-I$pkg_postgresql_prefix/include -L$pkg_postgresql_prefix/lib" |
|
|
|
fi |
|
|
|
|
|
|
|
# an optimization crashes g++ during the Makefile generator build :-( |
|
|
|
echo "yes" | ( CXX_WRAPPER_BYPASS=1 ; ./configure $confopt ) |
|
|
|
if [ $xpkg == qt3 ] ; then |
|
|
|
# an optimization crashes g++ during the Makefile generator build :-( |
|
|
|
echo "yes" | ( CXX_WRAPPER_BYPASS=1 ; ./configure $confopt ) |
|
|
|
elif [ $xpkg == qt4 ] ; then |
|
|
|
echo -e 'o\nyes' | ./configure $confopt |
|
|
|
fi |
|
|
|
|
|
|
|
eval $MAKE ; eval $MAKE install |
|
|
|
|
|
|
|
@ -93,7 +97,7 @@ qt_pass() { |
|
|
|
QT${xpkg:2:1}DIR=/$prefix |
|
|
|
export QT${xpkg:2:1}DIR |
|
|
|
EOT |
|
|
|
# until kde 4 which will be based on qt4 the standard is qt3 here |
|
|
|
# until kde4 which will be based on qt4 the standard is qt3 here |
|
|
|
if [ $xpkg == "$ROCKCFG_PKG_QT_DEFAULT" ]; then |
|
|
|
cat >> $root/etc/profile.d/$xpkg <<-EOT |
|
|
|
QTDIR=\$QT${xpkg:2:1}DIR |
|
|
|
|