FreeBSD Bugzilla – Attachment 248884 Details for
Bug 277439
x11-toolkits/fltk: 1.3.9 fails to expose an API
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
add patch to FL/x.H
fltk-1.3.9_2.patch (text/plain), 1.07 KB, created by
Hiroo Ono
on 2024-03-02 22:56:30 UTC
(
hide
)
Description:
add patch to FL/x.H
Filename:
MIME Type:
Creator:
Hiroo Ono
Created:
2024-03-02 22:56:30 UTC
Size:
1.07 KB
patch
obsolete
>diff --git a/x11-toolkits/fltk/Makefile b/x11-toolkits/fltk/Makefile >index 0dfbf13a8d..2b0199d022 100644 >--- a/x11-toolkits/fltk/Makefile >+++ b/x11-toolkits/fltk/Makefile >@@ -1,6 +1,6 @@ > PORTNAME= fltk > PORTVERSION= 1.3.9 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= x11-toolkits > MASTER_SITES= https://www.fltk.org/pub/${PORTNAME}/${PORTVERSION}/ > DISTNAME= ${PORTNAME}-${PORTVERSION}-source >diff --git a/x11-toolkits/fltk/files/patch-FL_x.H b/x11-toolkits/fltk/files/patch-FL_x.H >new file mode 100644 >index 0000000000..f994c3ad46 >--- /dev/null >+++ b/x11-toolkits/fltk/files/patch-FL_x.H >@@ -0,0 +1,11 @@ >+--- FL/x.H.orig 2024-03-02 22:07:27 UTC >++++ FL/x.H >+@@ -105,7 +105,7 @@ FL_EXPORT Fl_Region XRectangleRegion(int x, int y, int >+ // With Xlib / X11 fonts, fl_xfont will return the current selected font. >+ // With XFT / X11 fonts, fl_xfont will attempt to return the bitmap "core" font most >+ // similar to (usually the same as) the current XFT font. >+-class Fl_XFont_On_Demand >++class FL_EXPORT Fl_XFont_On_Demand >+ { >+ public: >+ Fl_XFont_On_Demand(XFontStruct* p = NULL) : ptr(p) { }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 277439
: 248884