summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2014-11-08 14:15:15 +0000
committerJeroen Roovers <jer@gentoo.org>2014-11-08 14:15:15 +0000
commit4cfb3a2fb7968a42603dbe59ece94070d93558df (patch)
tree46d73c23314719aab81a406a2a10bc00b42f1258 /x11-libs/fltk/files
parentRemove old (Perl 5.16 cleanup) (diff)
downloadgentoo-2-4cfb3a2fb7968a42603dbe59ece94070d93558df.tar.gz
gentoo-2-4cfb3a2fb7968a42603dbe59ece94070d93558df.tar.bz2
gentoo-2-4cfb3a2fb7968a42603dbe59ece94070d93558df.zip
Version bump.
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Diffstat (limited to 'x11-libs/fltk/files')
-rw-r--r--x11-libs/fltk/files/fltk-1.3.3-visibility.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/x11-libs/fltk/files/fltk-1.3.3-visibility.patch b/x11-libs/fltk/files/fltk-1.3.3-visibility.patch
new file mode 100644
index 000000000000..99831e8d6815
--- /dev/null
+++ b/x11-libs/fltk/files/fltk-1.3.3-visibility.patch
@@ -0,0 +1,11 @@
+--- a/src/Fl.cxx
++++ b/src/Fl.cxx
+@@ -928,7 +928,7 @@
+
+ ////////////////////////////////////////////////////////////////
+
+-Fl_Widget* fl_oldfocus; // kludge for Fl_Group...
++FL_EXPORT Fl_Widget* fl_oldfocus; // kludge for Fl_Group...
+
+ /**
+ Sets the widget that will receive FL_KEYBOARD events.