|
@ -33,12 +33,12 @@ qt_main() { |
|
|
|
|
|
|
|
|
# Qt only supports some selected options ... |
|
|
# Qt only supports some selected options ... |
|
|
confopt="-prefix $root/$prefix -thread -stl -qt-gif -system-zlib \ |
|
|
confopt="-prefix $root/$prefix -thread -stl -qt-gif -system-zlib \ |
|
|
-system-libmng -system-libpng -system-libjpeg -xft -xrende" |
|
|
|
|
|
|
|
|
-system-libmng -system-libpng -system-libjpeg -xft -xrender" |
|
|
|
|
|
|
|
|
pkginstalled mysql && var_append confopt " " "-plugin-sql-mysql \ |
|
|
pkginstalled mysql && var_append confopt " " "-plugin-sql-mysql \ |
|
|
-I$pkg_mysql_prefix/include/mysql -L$pkg_mysql_prefix/lib" |
|
|
-I$pkg_mysql_prefix/include/mysql -L$pkg_mysql_prefix/lib" |
|
|
# pkginstalled postgresql && var_append confopt " " "-plugin-sql-psql \ |
|
|
# pkginstalled postgresql && var_append confopt " " "-plugin-sql-psql \ |
|
|
-I$pkg_postgresql_prefix/include" # maybe more |
|
|
|
|
|
|
|
|
# -I$pkg_postgresql_prefix/include" # maybe more |
|
|
|
|
|
|
|
|
# an optimization crashes g++ during the Makefile generator build :-( |
|
|
# an optimization crashes g++ during the Makefile generator build :-( |
|
|
echo "yes" | ( CXX_WRAPPER_BYPASS=1 ; ./configure $confopt ) |
|
|
echo "yes" | ( CXX_WRAPPER_BYPASS=1 ; ./configure $confopt ) |
|
|