View | Details | Raw Unified | Return to bug 277439
Collapse All | Expand All

(-)b/x11-toolkits/fltk/Makefile (-1 / +1 lines)
Lines 1-6 Link Here
1
PORTNAME=	fltk
1
PORTNAME=	fltk
2
PORTVERSION=	1.3.9
2
PORTVERSION=	1.3.9
3
PORTREVISION=	1
3
PORTREVISION=	2
4
CATEGORIES=	x11-toolkits
4
CATEGORIES=	x11-toolkits
5
MASTER_SITES=	https://www.fltk.org/pub/${PORTNAME}/${PORTVERSION}/
5
MASTER_SITES=	https://www.fltk.org/pub/${PORTNAME}/${PORTVERSION}/
6
DISTNAME=	${PORTNAME}-${PORTVERSION}-source
6
DISTNAME=	${PORTNAME}-${PORTVERSION}-source
(-)b/x11-toolkits/fltk/files/patch-FL_x.H (+11 lines)
Added Link Here
1
--- FL/x.H.orig	2024-03-02 22:07:27 UTC
2
+++ FL/x.H
3
@@ -105,7 +105,7 @@ FL_EXPORT Fl_Region XRectangleRegion(int x, int y, int
4
 // With Xlib / X11 fonts, fl_xfont will return the current selected font.
5
 // With XFT / X11 fonts, fl_xfont will attempt to return the bitmap "core" font most
6
 // similar to (usually the same as) the current XFT font.
7
-class Fl_XFont_On_Demand
8
+class FL_EXPORT Fl_XFont_On_Demand
9
 {
10
 public:
11
   Fl_XFont_On_Demand(XFontStruct* p = NULL) : ptr(p) { }

Return to bug 277439