Bug 277439 - x11-toolkits/fltk: 1.3.9 fails to expose an API
Summary: x11-toolkits/fltk: 1.3.9 fails to expose an API
Status: New
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Alexey Dokuchaev
URL:
Keywords:
Depends on:
Blocks: 277433
  Show dependency treegraph
 
Reported: 2024-03-02 22:56 UTC by Hiroo Ono
Modified: 2024-03-02 22:59 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (danfe)


Attachments
add patch to FL/x.H (1.07 KB, patch)
2024-03-02 22:56 UTC, Hiroo Ono
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Hiroo Ono 2024-03-02 22:56:30 UTC
Created attachment 248884 [details]
add patch to FL/x.H

In FL/x.H, the class Fl_XFont_On_Demand is not labelled FL_EXPORT which makes it not exposed in the library. It makes x11-toolkits/py-fltk fail on import as reported in the bug 277433.
The patch fixes it.

Reported upstream: https://github.com/fltk/fltk/issues/922