From 1b8dfe266937a37a4c642f96ceb2347bf4c00a17 Mon Sep 17 00:00:00 2001 From: Tudor Florea Date: Fri, 10 Oct 2014 03:20:04 +0200 Subject: initial commit for Enea Linux 4.0-140929 Migrated from the internal git server on the daisy-enea-point-release branch Signed-off-by: Tudor Florea --- meta-oe/recipes-support/fltk/fltk-1.1.10/dso-fix.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 meta-oe/recipes-support/fltk/fltk-1.1.10/dso-fix.patch (limited to 'meta-oe/recipes-support/fltk/fltk-1.1.10/dso-fix.patch') diff --git a/meta-oe/recipes-support/fltk/fltk-1.1.10/dso-fix.patch b/meta-oe/recipes-support/fltk/fltk-1.1.10/dso-fix.patch new file mode 100644 index 0000000000..867e9efcbf --- /dev/null +++ b/meta-oe/recipes-support/fltk/fltk-1.1.10/dso-fix.patch @@ -0,0 +1,13 @@ +src/fl_set_fonts_xft.cxx is using fontconfig symbols + +--- a/makeinclude.in 2012-01-26 18:09:58.628799060 +0100 ++++ b/makeinclude.in 2012-01-26 18:08:58.115801758 +0100 +@@ -81,7 +81,7 @@ + AUDIOLIBS = @AUDIOLIBS@ + DSOFLAGS = -L. @DSOFLAGS@ + LDFLAGS = $(OPTIM) @LDFLAGS@ +-LDLIBS = @LIBS@ ++LDLIBS = @LIBS@ -lfontconfig + GLDLIBS = @GLLIB@ @LIBS@ + LINKFLTK = @LINKFLTK@ + LINKFLTKGL = @LINKFLTKGL@ -- cgit v1.2.3-54-g00ecf