diff options
| author | Victor Romero <romerosanchezv@gmail.com> | 2019-06-12 11:37:19 -0700 |
|---|---|---|
| committer | Victor Romero <romerosanchezv@gmail.com> | 2019-06-12 11:37:19 -0700 |
| commit | 92444393148ab0bc89de6ce1cae945cee428a091 (patch) | |
| tree | a443d63129d93dd729438929bce402b80f1c50c1 /ports/ftgl/Fix-headersFilePath.patch | |
| parent | 874eadc574b94a05607a8408958401a524c10447 (diff) | |
| parent | 59a8a9c6248ed230b19028a44484ae5f06db697d (diff) | |
| download | vcpkg-92444393148ab0bc89de6ce1cae945cee428a091.tar.gz vcpkg-92444393148ab0bc89de6ce1cae945cee428a091.zip | |
Merge branch 'master' of https://github.com/Microsoft/vcpkg into add_libraqm
Diffstat (limited to 'ports/ftgl/Fix-headersFilePath.patch')
| -rw-r--r-- | ports/ftgl/Fix-headersFilePath.patch | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/ports/ftgl/Fix-headersFilePath.patch b/ports/ftgl/Fix-headersFilePath.patch new file mode 100644 index 000000000..f3459352a --- /dev/null +++ b/ports/ftgl/Fix-headersFilePath.patch @@ -0,0 +1,23 @@ +diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt +index 693e49f..c47ff3c 100644 +--- a/src/CMakeLists.txt ++++ b/src/CMakeLists.txt +@@ -1,9 +1,5 @@ +- +- +- + INCLUDE_DIRECTORIES(${PROJECT_SOURCE_DIR}/cmake) + +- + ADD_DEFINITIONS(-DPACKAGE_VERSION="${VERSION_SERIES}.${VERSION_MAJOR}.${VERSION_MINOR}") + + IF(WIN32) +@@ -26,7 +22,7 @@ SET(libftgl_la_SOURCES + FTGlyphContainer.h + FTInternals.h + FTLibrary.cpp +- FTLibrary.h ++ FTGL/FTLibrary.h + FTList.h + FTPoint.cpp + FTSize.cpp |
