diff options
| author | Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com> | 2021-05-21 16:16:33 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-05-21 01:16:33 -0700 |
| commit | eb891c23ef4048ec6ffa4b48c27ccdc4ddc8da29 (patch) | |
| tree | a8cff36ccbb1cfa54502d2ff71cca95814e53555 /ports/fltk/config-path.patch | |
| parent | 8e820ffb197b2a9f00f3573e119af0f1f741892b (diff) | |
| download | vcpkg-eb891c23ef4048ec6ffa4b48c27ccdc4ddc8da29.tar.gz vcpkg-eb891c23ef4048ec6ffa4b48c27ccdc4ddc8da29.zip | |
[fltk] Update to 1.3.6 rc1 and fix osx build (#17586)
* [fltk] Update to 1.3.6 rc1
* [fltk] Fix osx build failure
* update patch
* update version record
Diffstat (limited to 'ports/fltk/config-path.patch')
| -rw-r--r-- | ports/fltk/config-path.patch | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/ports/fltk/config-path.patch b/ports/fltk/config-path.patch index b308f750f..946f4462b 100644 --- a/ports/fltk/config-path.patch +++ b/ports/fltk/config-path.patch @@ -1,13 +1,13 @@ -diff --git a/CMake/setup.cmake b/CMake/setup.cmake
-index 4d960a5..194887d 100644
---- a/CMake/setup.cmake
-+++ b/CMake/setup.cmake
-@@ -88,6 +88,8 @@ else()
- set(FLTK_CONFIG_PATH ${FLTK_DATADIR}/fltk)
- endif(WIN32 AND NOT CYGWIN)
-
-+set(FLTK_CONFIG_PATH share/fltk)
-+
- include(TestBigEndian)
- TEST_BIG_ENDIAN(WORDS_BIGENDIAN)
-
+diff --git a/CMake/setup.cmake b/CMake/setup.cmake +index 60b7da1..6831d29 100644 +--- a/CMake/setup.cmake ++++ b/CMake/setup.cmake +@@ -65,6 +65,8 @@ else () + set (FLTK_CONFIG_PATH ${FLTK_DATADIR}/fltk) + endif (WIN32 AND NOT CYGWIN) + ++set(FLTK_CONFIG_PATH share/fltk) ++ + include(TestBigEndian) + TEST_BIG_ENDIAN(WORDS_BIGENDIAN) + |
