summaryrefslogtreecommitdiff
path: root/java/eclipse/files/cef-patch
diff options
context:
space:
mode:
authorJonathan Chen <jonc@chen.org.nz>2022-06-24 16:30:21 +0800
committerLi-Wen Hsu <lwhsu@FreeBSD.org>2022-06-24 16:36:11 +0800
commite1b29db6eb266748e352efcc6f9c4e96c118a316 (patch)
tree1452c3da07020afe9fd096d9b2db5749c3fe6453 /java/eclipse/files/cef-patch
parentmail/phplist: Update to 3.6.8 (diff)
java/eclipse: Update to 4.24
PR: 264864
Diffstat (limited to 'java/eclipse/files/cef-patch')
-rw-r--r--java/eclipse/files/cef-patch24
1 files changed, 0 insertions, 24 deletions
diff --git a/java/eclipse/files/cef-patch b/java/eclipse/files/cef-patch
deleted file mode 100644
index 7ffd86d8053d..000000000000
--- a/java/eclipse/files/cef-patch
+++ /dev/null
@@ -1,24 +0,0 @@
-diff -ruN ../cef_binary_3.3071.1649.g98725e6_linux64_minimal.orig/cmake/cef_variables.cmake ./cmake/cef_variables.cmake
---- ../cef_binary_3.3071.1649.g98725e6_linux64_minimal.orig/cmake/cef_variables.cmake 2017-07-19 17:50:42.000000000 +1200
-+++ ./cmake/cef_variables.cmake 2020-10-02 14:38:13.438964000 +1300
-@@ -16,7 +16,7 @@
- if("${CMAKE_SYSTEM_NAME}" STREQUAL "Darwin")
- set(OS_MACOSX 1)
- set(OS_POSIX 1)
--elseif("${CMAKE_SYSTEM_NAME}" STREQUAL "Linux")
-+elseif("${CMAKE_SYSTEM_NAME}" STREQUAL "FreeBSD")
- set(OS_LINUX 1)
- set(OS_POSIX 1)
- elseif("${CMAKE_SYSTEM_NAME}" STREQUAL "Windows")
-diff -ruN ../cef_binary_3.3071.1649.g98725e6_linux64_minimal.orig/include/base/cef_build.h ./include/base/cef_build.h
---- ../cef_binary_3.3071.1649.g98725e6_linux64_minimal.orig/include/base/cef_build.h 2017-07-19 17:50:42.000000000 +1200
-+++ ./include/base/cef_build.h 2020-10-02 14:43:29.023692000 +1300
-@@ -47,7 +47,7 @@
- #ifndef OS_MACOSX
- #define OS_MACOSX 1
- #endif
--#elif defined(__linux__)
-+#elif defined(__linux__) || defined(__FreeBSD__)
- #ifndef OS_LINUX
- #define OS_LINUX 1
- #endif