FreeBSD Bugzilla – Attachment 184187 Details for
Bug 220566
java/openjfx8-devel: fix pango support
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch to enable pango
patch-openjfx-fix-pango (text/plain), 1.11 KB, created by
Stefan Ehmann
on 2017-07-08 16:51:48 UTC
(
hide
)
Description:
patch to enable pango
Filename:
MIME Type:
Creator:
Stefan Ehmann
Created:
2017-07-08 16:51:48 UTC
Size:
1.11 KB
patch
obsolete
>diff -ruN openjfx8-devel.orig/files/patch-modules_graphics_src_main_native-font_pango.c openjfx8-devel/files/patch-modules_graphics_src_main_native-font_pango.c >--- openjfx8-devel.orig/files/patch-modules_graphics_src_main_native-font_pango.c 1970-01-01 01:00:00.000000000 +0100 >+++ openjfx8-devel/files/patch-modules_graphics_src_main_native-font_pango.c 2017-07-08 18:41:46.519045000 +0200 >@@ -0,0 +1,11 @@ >+--- modules/graphics/src/main/native-font/pango.c.orig 2017-07-08 13:12:21 UTC >++++ modules/graphics/src/main/native-font/pango.c >+@@ -23,7 +23,7 @@ >+ * questions. >+ */ >+ >+-#if defined __linux__ >++#if defined __linux__ || defined(__FreeBSD__) >+ #if defined _ENABLE_PANGO >+ >+ #include <jni.h> >diff -ruN openjfx8-devel.orig/Makefile openjfx8-devel/Makefile >--- openjfx8-devel.orig/Makefile 2017-05-23 07:03:14.000000000 +0200 >+++ openjfx8-devel/Makefile 2017-07-08 18:42:38.438306000 +0200 >@@ -3,7 +3,7 @@ > > PORTNAME= openjfx8 > PORTVERSION= 20160228 >-PORTREVISION= 2 >+PORTREVISION= 3 > CATEGORIES= java x11-toolkits devel > MASTER_SITES= https://bitbucket.org/tobik/openjfx-rt/get/ \ > http://bitbucket.org/tobik/openjfx-rt/get/
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 220566
: 184187 |
184188