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

(-)openjfx8-devel/files/patch-modules_graphics_src_main_native-font_pango.c (+11 lines)
Line 0 Link Here
1
--- modules/graphics/src/main/native-font/pango.c.orig	2017-07-08 13:12:21 UTC
2
+++ modules/graphics/src/main/native-font/pango.c
3
@@ -23,7 +23,7 @@
4
  * questions.
5
  */
6
 
7
-#if defined __linux__
8
+#if defined __linux__ || defined(__FreeBSD__)
9
 #if defined _ENABLE_PANGO
10
 
11
 #include <jni.h>
(-)openjfx8-devel/Makefile (-1 / +1 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	openjfx8
4
PORTNAME=	openjfx8
5
PORTVERSION=	20160228
5
PORTVERSION=	20160228
6
PORTREVISION=	2
6
PORTREVISION=	3
7
CATEGORIES=	java x11-toolkits devel
7
CATEGORIES=	java x11-toolkits devel
8
MASTER_SITES=	https://bitbucket.org/tobik/openjfx-rt/get/ \
8
MASTER_SITES=	https://bitbucket.org/tobik/openjfx-rt/get/ \
9
		http://bitbucket.org/tobik/openjfx-rt/get/
9
		http://bitbucket.org/tobik/openjfx-rt/get/

Return to bug 220566