mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 12:10:06 +02:00
23 lines
734 B
Plaintext
23 lines
734 B
Plaintext
From 5e06966b735232074b23cef41e4b7fc2263a7ef9 Mon Sep 17 00:00:00 2001
|
|
From: Gerasim Troeglazov <3dEyes@gmail.com>
|
|
Date: Sat, 25 Mar 2023 12:48:37 +1000
|
|
Subject: Enable PollingWatchService for Haiku
|
|
|
|
|
|
diff --git a/make/CompileJavaModules.gmk b/make/CompileJavaModules.gmk
|
|
index 861c9b9..53447d5 100644
|
|
--- a/make/CompileJavaModules.gmk
|
|
+++ b/make/CompileJavaModules.gmk
|
|
@@ -53,7 +53,7 @@ java.base_EXCLUDES += java/lang/doc-files
|
|
# data files and shouldn't go in the product
|
|
java.base_EXCLUDE_FILES += sun/text/resources/BreakIteratorRules.java
|
|
|
|
-ifeq ($(call isTargetOs, macosx aix), false)
|
|
+ifeq ($(call isTargetOs, macosx aix haiku), false)
|
|
java.base_EXCLUDE_FILES += sun/nio/fs/PollingWatchService.java
|
|
endif
|
|
|
|
--
|
|
2.37.3
|
|
|