From d6d8ddd5360e434db62db4633b777b45854b96ed Mon Sep 17 00:00:00 2001 From: Ichthyostega Date: Sun, 15 Nov 2015 07:10:45 +0100 Subject: [PATCH] DOC: remove hotfix patch from backporting/Mint howto this patch is no longer required; we lowered the version dependencies in the package proper --- doc/technical/howto/backporting.txt | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/doc/technical/howto/backporting.txt b/doc/technical/howto/backporting.txt index 3cf877582..65a19549a 100644 --- a/doc/technical/howto/backporting.txt +++ b/doc/technical/howto/backporting.txt @@ -116,20 +116,6 @@ dpkg-buildpackage git clone git://git.lumiera.org/LUMIERA cd LUMIERA -patch -p1 << EOF ---- lumiera-0.pre.03.orig/admin/scons/Platform.py -+++ lumiera-0.pre.03/admin/scons/Platform.py -@@ -120,7 +120,7 @@ def configure(env): - if not conf.CheckPkgConfig('cairomm-1.0', 0.6): - problems.append('Unable to configure Cairo--') - -- verGDL = '3.12' -+ verGDL = '3.8' # NOTE: lowered requriements here (was originally '3.12') - verGDLmm = '3.7.3' - urlGDLmm = 'http://ftp.gnome.org/pub/GNOME/sources/gdlmm/' - urlGDLmmDEB = 'http://lumiera.org/debian/' -EOF - scons CC=gcc-4.9 CXX=g++-4.9 ---- +