From b4c3e5febbcf09aa6fc68cfe4a3692ad7fc131a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ertu=C4=9Frul=20Erata?= Date: Fri, 24 Jul 2015 08:37:56 +0300 Subject: [PATCH] fltk emul32bit build problem, is disabled. --- desktop/toolkit/fltk/actions.py | 7 +++++-- desktop/toolkit/fltk/pspec.xml | 15 ++++++++++++--- 2 files changed, 17 insertions(+), 5 deletions(-) diff --git a/desktop/toolkit/fltk/actions.py b/desktop/toolkit/fltk/actions.py index 77f88a117b..8b01adfe0b 100644 --- a/desktop/toolkit/fltk/actions.py +++ b/desktop/toolkit/fltk/actions.py @@ -44,7 +44,10 @@ def build(): def install(): autotools.rawInstall("DESTDIR=%s" % get.installDIR()) - autotools.install("-C documentation") + autotools.rawInstall("DESTDIR=%s -C fluid" % get.installDIR(), "install-linux") - + + if get.buildTYPE() == "emul32": return + + autotools.install("-C documentation") pisitools.dodoc("ANNOUNCEMENT", "CHANGES", "COPYING", "CREDITS", "README") diff --git a/desktop/toolkit/fltk/pspec.xml b/desktop/toolkit/fltk/pspec.xml index 53ea86b3c2..3d4b53fb4e 100644 --- a/desktop/toolkit/fltk/pspec.xml +++ b/desktop/toolkit/fltk/pspec.xml @@ -57,7 +57,7 @@ - + fltk-devel @@ -106,6 +105,9 @@ Development files and utilities for FLTK fltk + libX11 + libgcc + libpng /etc/env.d @@ -123,6 +125,13 @@ + + 2015-07-24 + 1.3.3 + emul32bit build disabled. + Ertuğrul Erata + ertugrulerata@gmail.com + 2015-04-26 1.3.3