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