]> git.pld-linux.org Git - packages/eigen3.git/blobdiff - pkgconfig.patch
- fix includedir in pkgconfig
[packages/eigen3.git] / pkgconfig.patch
diff --git a/pkgconfig.patch b/pkgconfig.patch
new file mode 100644 (file)
index 0000000..aa0fd89
--- /dev/null
@@ -0,0 +1,8 @@
+--- eigen-eigen-b30b87236a1b/eigen3.pc.in~     2015-11-05 15:56:09.000000000 +0100
++++ eigen-eigen-b30b87236a1b/eigen3.pc.in      2015-11-23 19:27:52.734187104 +0100
+@@ -3,4 +3,4 @@
+ Requires:
+ Version: ${EIGEN_VERSION_NUMBER}
+ Libs:
+-Cflags: -I${INCLUDE_INSTALL_DIR}
++Cflags: -I${CMAKE_INSTALL_PREFIX}/${INCLUDE_INSTALL_DIR}
This page took 0.074892 seconds and 4 git commands to generate.