diff options
Diffstat (limited to 'vcpkg/ports/graphviz/no-absolute-paths.patch')
| -rw-r--r-- | vcpkg/ports/graphviz/no-absolute-paths.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/vcpkg/ports/graphviz/no-absolute-paths.patch b/vcpkg/ports/graphviz/no-absolute-paths.patch new file mode 100644 index 0000000..2f18d47 --- /dev/null +++ b/vcpkg/ports/graphviz/no-absolute-paths.patch @@ -0,0 +1,10 @@ +diff --git a/lib/gvc/CMakeLists.txt b/lib/gvc/CMakeLists.txt +index b437bde..04fe8e8 100644 +--- a/lib/gvc/CMakeLists.txt ++++ b/lib/gvc/CMakeLists.txt +@@ -1,4 +1,4 @@ +-add_definitions(-DGVC_EXPORTS -DGVLIBDIR="${LIBRARY_INSTALL_DIR}/graphviz") ++add_definitions(-DGVC_EXPORTS -DGVLIBDIR="") + + add_library(gvc + # Header files |