diff options
| author | Vineet Kumar <git@vineetk.net> | 2026-06-15 14:54:51 -0400 |
|---|---|---|
| committer | Vineet Kumar <git@vineetk.net> | 2026-06-15 14:54:51 -0400 |
| commit | e81f04fa53e7e01afdc834d9c22b5c982c98f59b (patch) | |
| tree | 763d6d68516ca9d184ddd2402978adcc4027a99d /www/webkitgtk4/patches/patch-Source_cmake_OptionsCommon_cmake | |
| parent | 92e45e47c29ec037842c4a34ebc0c14143d413ff (diff) | |
This is due to the following two reasons:
1. it's very out of date compared with current ports tree (like by 2+
years!)
- some of the ports here were mainly just updates I didn't upstream,
which have since now been part of openbsd, like verilator
2. removing dependencies is a lot of headache to stay in sync and/or for
ports I no longer use
- e.g. dbus is very difficult to remove in a desktop while patching
to remove from gtk and downstream
- I don't want to spend more time reducing number of dependencies
when I can be working instead. I no longer have as much free time
as I did in high school :(
Diffstat (limited to 'www/webkitgtk4/patches/patch-Source_cmake_OptionsCommon_cmake')
| -rw-r--r-- | www/webkitgtk4/patches/patch-Source_cmake_OptionsCommon_cmake | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/www/webkitgtk4/patches/patch-Source_cmake_OptionsCommon_cmake b/www/webkitgtk4/patches/patch-Source_cmake_OptionsCommon_cmake deleted file mode 100644 index b3e3e1b..0000000 --- a/www/webkitgtk4/patches/patch-Source_cmake_OptionsCommon_cmake +++ /dev/null | |||
| @@ -1,16 +0,0 @@ | |||
| 1 | Put the internal library path first so that we can | ||
| 2 | build with an older webkitgtk4 package installed. | ||
| 3 | |||
| 4 | Index: Source/cmake/OptionsCommon.cmake | ||
| 5 | --- Source/cmake/OptionsCommon.cmake.orig | ||
| 6 | +++ Source/cmake/OptionsCommon.cmake | ||
| 7 | @@ -210,6 +210,9 @@ if (NOT PORT STREQUAL "GTK" AND NOT PORT STREQUAL "WPE | ||
| 8 | set(LIBEXEC_INSTALL_DIR "${CMAKE_INSTALL_PREFIX}/bin" CACHE PATH "Absolute path to install executables executed by the library") | ||
| 9 | endif () | ||
| 10 | |||
| 11 | +# make sure that the internal library dir is the first in the path | ||
| 12 | +link_directories("${CMAKE_BINARY_DIR}/lib") | ||
| 13 | + | ||
| 14 | # Check whether features.h header exists. | ||
| 15 | # Including glibc's one defines __GLIBC__, that is used in Platform.h | ||
| 16 | WEBKIT_CHECK_HAVE_INCLUDE(HAVE_FEATURES_H features.h) | ||
