[Lunar-commits] <moonbase-other> fltk: fix missing symbol

v4hn me at v4hn.de
Tue Nov 25 11:21:50 CET 2014


commit ec87b3ec82e59c2369c97f9a0930a18725bc3395
Author: v4hn <me at v4hn.de>
Date: Tue, 25 Nov 2014 11:21:22 +0100
URL: https://github.com/lunar-linux/moonbase-other/commit/ec87b3ec82e59c2369c97f9a0930a18725bc3395

fltk: fix missing symbol

This requires a rebuild of the library...
---
  libs/fltk/DETAILS   | +1/-1     
  libs/fltk/PRE_BUILD | +4/-1     
  2 files changed, 5 insertions(+), 2 deletions(-)

--- a/libs/fltk/DETAILS
+++ b/libs/fltk/DETAILS
@@ -7,7 +7,7 @@
       SOURCE_VFY=sha256:f8398d98d7221d40e77bc7b19e761adaf2f1ef8bb0c30eceb7beb4f2273d0d97
         WEB_SITE=http://www.fltk.org
          ENTERED=20011129
-         UPDATED=20141116
+         UPDATED=20141125
       MAINTAINER=tchan at lunar-linux.org
          GARBAGE=off
            SHORT="fast light graphical toolkit for X11"
--- a/libs/fltk/PRE_BUILD
+++ b/libs/fltk/PRE_BUILD
@@ -2,4 +2,7 @@
 default_pre_build &&
 
 # fix bug concerning jpeg v9+
-sedit " 158 s/1/TRUE/; 340 s/1/TRUE/" src/Fl_JPEG_Image.cxx
+sedit " 158 s/1/TRUE/; 340 s/1/TRUE/" src/Fl_JPEG_Image.cxx &&
+
+# this needs to be exported to be available in fltk_gl.so
+sedit "s/class Fl_XFont_On_Demand/class FL_EXPORT Fl_XFont_On_Demand/" FL/x.H




More information about the Lunar-commits mailing list