diff options
Diffstat (limited to 'vcpkg/ports/coin-or-cbc/pkgconf_win.patch')
| -rw-r--r-- | vcpkg/ports/coin-or-cbc/pkgconf_win.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/vcpkg/ports/coin-or-cbc/pkgconf_win.patch b/vcpkg/ports/coin-or-cbc/pkgconf_win.patch new file mode 100644 index 0000000..a498394 --- /dev/null +++ b/vcpkg/ports/coin-or-cbc/pkgconf_win.patch @@ -0,0 +1,13 @@ +diff --git a/configure b/configure +index 3a63499..2d12129 100755 +--- a/configure ++++ b/configure +@@ -17932,8 +17932,6 @@ fi + + COIN_PKG_CONFIG_PATH="${PKG_CONFIG_PATH}" + +- +- COIN_PKG_CONFIG_PATH="${expanded_libdir}/pkgconfig:${COIN_PKG_CONFIG_PATH}" + if test -n "$PKG_CONFIG"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: $PKG_CONFIG path is \"$COIN_PKG_CONFIG_PATH\"" >&5 + printf "%s\n" "$as_me: $PKG_CONFIG path is \"$COIN_PKG_CONFIG_PATH\"" >&6;} |