aboutsummaryrefslogtreecommitdiff
path: root/ports/ccd/fix-static.patch
diff options
context:
space:
mode:
authorAkash <Ace314159@users.noreply.github.com>2021-07-22 17:00:49 -0500
committerGitHub <noreply@github.com>2021-07-22 15:00:49 -0700
commitd12cbb40ed3eb0eb60b844585f57a5d0b6ed0c23 (patch)
tree47742301a5fbd2501a0a657105dd0cbb35184a72 /ports/ccd/fix-static.patch
parent2a0c48a32dc82fe4416605fae8ac897bc2dab4da (diff)
downloadvcpkg-d12cbb40ed3eb0eb60b844585f57a5d0b6ed0c23.tar.gz
vcpkg-d12cbb40ed3eb0eb60b844585f57a5d0b6ed0c23.zip
[ompl] Fix linking using ${OMPL_LIBRARIES} (#18908)
* Fix _IMPORT_PREFIX * Export cmake targets file * Fix config * Make separate omplapp port * Run x-add-version for omplapp * Fix versions * Fix omplapp static builds * Run x-add-version * Update ports/omplapp/portfile.cmake Co-authored-by: Phoebe <20694052+PhoebeHui@users.noreply.github.com> * Update ports/omplapp/portfile.cmake Co-authored-by: Phoebe <20694052+PhoebeHui@users.noreply.github.com> * Put files in quotes * Run x-add-version Co-authored-by: Phoebe <20694052+PhoebeHui@users.noreply.github.com>
Diffstat (limited to 'ports/ccd/fix-static.patch')
-rw-r--r--ports/ccd/fix-static.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/ports/ccd/fix-static.patch b/ports/ccd/fix-static.patch
new file mode 100644
index 000000000..cfb4d388c
--- /dev/null
+++ b/ports/ccd/fix-static.patch
@@ -0,0 +1,13 @@
+diff --git a/src/ccd/ccd_export.h b/src/ccd/ccd_export.h
+index e898d41..c6aa5fb 100644
+--- a/src/ccd/ccd_export.h
++++ b/src/ccd/ccd_export.h
+@@ -1,7 +1,7 @@
+ #ifndef CCD_EXPORT_H
+ #define CCD_EXPORT_H
+
+-#ifdef CCD_STATIC_DEFINE
++#if 1
+ # define CCD_EXPORT
+ #else
+ # ifdef _MSC_VER