summaryrefslogtreecommitdiff
path: root/math/eigen3
diff options
context:
space:
mode:
authorplunky <plunky@pkgsrc.org>2016-09-02 09:37:25 +0000
committerplunky <plunky@pkgsrc.org>2016-09-02 09:37:25 +0000
commit2187c5a3cf6fa81ee099e94d95211f9b26ecf326 (patch)
tree907e4e5eaa4bb8898123493b58f223e12c9202e6 /math/eigen3
parent8399611351603561944840f8db0aab66934b720f (diff)
downloadpkgsrc-2187c5a3cf6fa81ee099e94d95211f9b26ecf326.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}