From e701e6e644b7b197716cb9a875111306e629a1bc Mon Sep 17 00:00:00 2001 From: bferturk Date: Sat, 9 Apr 2016 13:42:11 +0300 Subject: [PATCH] fltk fix emul32 --- desktop/toolkit/fltk/actions.py | 2 +- desktop/toolkit/fltk/pspec.xml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/desktop/toolkit/fltk/actions.py b/desktop/toolkit/fltk/actions.py index 8b01adfe0b..4ce9d48e14 100644 --- a/desktop/toolkit/fltk/actions.py +++ b/desktop/toolkit/fltk/actions.py @@ -26,7 +26,7 @@ def setup(): shelltools.export("CFLAGS", "-m32") shelltools.export("CXXFLAGS", "-m32") - options += "--prefix=/usr \ + options += "--prefix=/emul32 \ --libdir=/usr/lib32 \ --with-optim='%s' \ " % get.CFLAGS() diff --git a/desktop/toolkit/fltk/pspec.xml b/desktop/toolkit/fltk/pspec.xml index 1707007c90..d1833f540d 100644 --- a/desktop/toolkit/fltk/pspec.xml +++ b/desktop/toolkit/fltk/pspec.xml @@ -58,7 +58,7 @@ - + fltk-devel @@ -127,7 +127,7 @@ - 2015-07-24 + 2016-04-09 1.3.3 First release Ertuğrul Erata