summaryrefslogtreecommitdiffstats
path: root/packaging/ubuntu
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2015-01-15 17:42:32 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2015-01-15 17:42:32 -0800
commit400cc01c26830f5e14aafc17bca3fa44d63bbbee (patch)
tree1ba6788b133fbc1a45df700f80fb88fa66eb72af /packaging/ubuntu
parente8c13fb737f5b7284186650a7a77220f8d8182e9 (diff)
downloadsubsurface-400cc01c26830f5e14aafc17bca3fa44d63bbbee.tar.gz
Add patch to the Ubuntu build process for 12.04
We need to build with Qt4 on 12.04. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'packaging/ubuntu')
-rwxr-xr-xpackaging/ubuntu/debian/12.04.rules1
1 files changed, 1 insertions, 0 deletions
diff --git a/packaging/ubuntu/debian/12.04.rules b/packaging/ubuntu/debian/12.04.rules
index ab3087484..9dd1c1288 100755
--- a/packaging/ubuntu/debian/12.04.rules
+++ b/packaging/ubuntu/debian/12.04.rules
@@ -31,6 +31,7 @@ override_dh_auto_configure:
make -j8 ; \
mkdir include ; cd include ; for i in `find ../../marble-source -name \*.h` ; do ln -s $$i . ; done ; \
ln -s . marble )
+ patch -p1 < packaging/ubuntu/0001-Make-build-with-Qt4.patch
qmake LIBDCDEVEL=./libdivecomputer LIBGIT2DEVEL=./libgit2 LIBGIT2STATIC=1 LIBMARBLEDEVEL=./marble-build SPECIAL_MARBLE_PREFIX=1 subsurface.pro
override_dh_installchangelogs: