diff options
author | Heinz Wiesinger <pprkut@slackbuilds.org> | 2011-04-10 17:53:28 +0200 |
---|---|---|
committer | Heinz Wiesinger <pprkut@slackbuilds.org> | 2011-04-12 22:59:04 +0200 |
commit | 0c1bd470ac7103871a88f0fac957ec217403d3cf (patch) | |
tree | 84f821bd0c5bd56c5b03dfa8a895e95765afcfb4 /libraries/libqsqlpsql/libqsqlpsql.SlackBuild | |
parent | 24cb543d48febad8475ba741144a96c9dea699a3 (diff) | |
download | slackbuilds-0c1bd470ac7103871a88f0fac957ec217403d3cf.tar.gz |
libraries/libqsqlpsql: Updated for version 4.7.0_7abde40
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
Diffstat (limited to 'libraries/libqsqlpsql/libqsqlpsql.SlackBuild')
-rw-r--r-- | libraries/libqsqlpsql/libqsqlpsql.SlackBuild | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/libraries/libqsqlpsql/libqsqlpsql.SlackBuild b/libraries/libqsqlpsql/libqsqlpsql.SlackBuild index d108b64ca3..f4ac2bf0e4 100644 --- a/libraries/libqsqlpsql/libqsqlpsql.SlackBuild +++ b/libraries/libqsqlpsql/libqsqlpsql.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for libqsqlpsql -# Copyright 2008-2010 Heinz Wiesinger, Amsterdam, The Netherlands +# Copyright 2008-2011 Heinz Wiesinger, Amsterdam, The Netherlands # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=libqsqlpsql -VERSION=4.6.2_2d3d3e5 +VERSION=4.7.0_7abde40 BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -73,6 +73,11 @@ if [ $ARCH = "i486" ]; then patch -p1 -i $CWD/qt.x86.cflags.diff fi +# Add support for postgresql 9 +# Patches taken from http://bugreports.qt.nokia.com/browse/QTBUG-14206 +patch -p1 -i $CWD/qsql_psql_cpp.patch +patch -p1 -i $CWD/qsql_psql_h.patch + cd src/plugins/sqldrivers/psql qmake \ QMAKE_CFLAGS+="$SLKCFLAGS" \ |