summaryrefslogtreecommitdiff
path: root/math/eigen3
diff options
context:
space:
mode:
authorplunky <plunky>2016-09-02 09:37:25 +0000
committerplunky <plunky>2016-09-02 09:37:25 +0000
commiteaad33d0e3d96cdea3c3e650b7bea795274188cc (patch)
tree53dc8d100f60618015eb761db5dd71a1c36e1ebd /math/eigen3
parent6bad4c53f47fe9b4307faab67b847d0038a39d35 (diff)
downloadpkgsrc-eaad33d0e3d96cdea3c3e650b7bea795274188cc.tar.gz
patch pkgconfig file
cflags was "-Iinclude/eigen3" which was clearly wrong, so add prefix
Diffstat (limited to 'math/eigen3')
-rw-r--r--math/eigen3/distinfo3
-rw-r--r--math/eigen3/patches/patch-eigen3.pc.in10
2 files changed, 12 insertions, 1 deletions
diff --git a/math/eigen3/distinfo b/math/eigen3/distinfo
index fa16dea37aa..e940b7451f1 100644
--- a/math/eigen3/distinfo
+++ b/math/eigen3/distinfo
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.7 2015/11/15 12:09:59 prlw1 Exp $
+$NetBSD: distinfo,v 1.8 2016/09/02 09:37:25 plunky Exp $
SHA1 (eigen3/3.2.7.tar.bz2) = 6e22013ada087bc8ac07bcc0805c3dbb55f8e544
RMD160 (eigen3/3.2.7.tar.bz2) = 5b44530da8a636f0295c926c5520303f111e3386
SHA512 (eigen3/3.2.7.tar.bz2) = 6e9beb4fdd69d96a1bb305ea9463547c19cac0072ce908c19bf952d2b7a254c0d674d19a7797a3ba5e8617e1c1bca74dfb7c01971301cb152e467f13eaaed6cc
Size (eigen3/3.2.7.tar.bz2) = 1155162 bytes
SHA1 (patch-CMakeLists.txt) = aea4fd4e0043eb23e700dd72d0f6d80d125120e4
+SHA1 (patch-eigen3.pc.in) = 04c5137b8482e021d0e53e2e6cadf831a96cdfd4
diff --git a/math/eigen3/patches/patch-eigen3.pc.in b/math/eigen3/patches/patch-eigen3.pc.in
new file mode 100644
index 00000000000..d951caa0dfa
--- /dev/null
+++ b/math/eigen3/patches/patch-eigen3.pc.in
@@ -0,0 +1,10 @@
+$NetBSD: patch-eigen3.pc.in,v 1.1 2016/09/02 09:37:25 plunky Exp $
+
+--- eigen3.pc.in.orig 2015-11-05 14:56:09.000000000 +0000
++++ eigen3.pc.in
+@@ -3,4 +3,4 @@ Description: A C++ template library for
+ Requires:
+ Version: ${EIGEN_VERSION_NUMBER}
+ Libs:
+-Cflags: -I${INCLUDE_INSTALL_DIR}
++Cflags: -I${CMAKE_INSTALL_PREFIX}/${INCLUDE_INSTALL_DIR}