-
Notifications
You must be signed in to change notification settings - Fork 449
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Create custom ports for mac with script
- Loading branch information
Showing
25 changed files
with
56 additions
and
798 deletions.
There are no files selected for viewing
File renamed without changes.
6 changes: 3 additions & 3 deletions
6
...wxwidgets/boinc_SetVisibilityHidden.patch → ...s/patches/boinc_SetVisibilityHidden.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
diff --git a/pcre2/vcpkg.json b/pcre2/vcpkg.json | ||
--- a/pcre2/vcpkg.json | ||
+++ b/pcre2/vcpkg.json | ||
@@ -14,11 +14,8 @@ | ||
"name": "vcpkg-cmake-config", | ||
"host": true | ||
} | ||
], | ||
- "default-features": [ | ||
- "platform-default-features" | ||
- ], | ||
"features": { | ||
"jit": { | ||
"description": "Enable support for Just-In-Time compiling regex matchers", | ||
"supports": "!emscripten" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
diff --git a/wxwidgets/portfile.cmake b/wxwidgets/portfile.cmake | ||
index f812fd8c5..27e289f2b 100644 | ||
--- a/wxwidgets/portfile.cmake | ||
+++ b/wxwidgets/portfile.cmake | ||
@@ -12,6 +12,8 @@ vcpkg_from_github( | ||
fix-pcre2.patch | ||
gtk3-link-libraries.patch | ||
sdl2.patch | ||
+ boinc_SetItemBitmap.patch | ||
+ boinc_SetVisibilityHidden.patch | ||
) | ||
|
||
vcpkg_check_features( | ||
@@ -75,6 +77,10 @@ vcpkg_cmake_configure( | ||
-DwxUSE_UIACTIONSIMULATOR=OFF | ||
-DCMAKE_DISABLE_FIND_PACKAGE_GSPELL=ON | ||
-DCMAKE_DISABLE_FIND_PACKAGE_MSPACK=ON | ||
+ -DwxBUILD_MONOLITHIC=ON | ||
+ -DwxUSE_DIALUP_MANAGER=ON | ||
+ -DwxUSE_UNICODE=ON | ||
+ -DwxUSE_UNICODE_UTF8=ON | ||
${OPTIONS} | ||
"-DPKG_CONFIG_EXECUTABLE=${PKGCONFIG}" | ||
# The minimum cmake version requirement for Cotire is 2.8.12. |
Empty file.
33 changes: 0 additions & 33 deletions
33
3rdParty/vcpkg_ports/ports/mac/pcre2/no-static-suffix.patch
This file was deleted.
Oops, something went wrong.
10 changes: 0 additions & 10 deletions
10
3rdParty/vcpkg_ports/ports/mac/pcre2/pcre2-10.35_fix-uwp.patch
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
31 changes: 0 additions & 31 deletions
31
3rdParty/vcpkg_ports/ports/mac/wxwidgets/example/CMakeLists.txt
This file was deleted.
Oops, something went wrong.
21 changes: 0 additions & 21 deletions
21
3rdParty/vcpkg_ports/ports/mac/wxwidgets/fix-libs-export.patch
This file was deleted.
Oops, something went wrong.
19 changes: 0 additions & 19 deletions
19
3rdParty/vcpkg_ports/ports/mac/wxwidgets/fix-nanosvg.patch
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
13 changes: 0 additions & 13 deletions
13
3rdParty/vcpkg_ports/ports/mac/wxwidgets/fix_include.patch
This file was deleted.
Oops, something went wrong.
12 changes: 0 additions & 12 deletions
12
3rdParty/vcpkg_ports/ports/mac/wxwidgets/gtk3-link-libraries.patch
This file was deleted.
Oops, something went wrong.
52 changes: 0 additions & 52 deletions
52
3rdParty/vcpkg_ports/ports/mac/wxwidgets/install-layout.patch
This file was deleted.
Oops, something went wrong.
13 changes: 0 additions & 13 deletions
13
3rdParty/vcpkg_ports/ports/mac/wxwidgets/nanosvg-ext-depend.patch
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.