diff options
author | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2014-05-16 21:25:45 +0000 |
---|---|---|
committer | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2014-05-16 21:25:45 +0000 |
commit | 9f7e5b86e2c8a308f4ddf979dd4e2791a5cefabd (patch) | |
tree | cef14dd929a2a5085e8e48a605281ae20ae0b0f5 /math/sage/files | |
parent | 208a851e128f12dad908a5544088db2e0f30037b (diff) | |
download | ports-9f7e5b86e2c8a308f4ddf979dd4e2791a5cefabd.tar.gz ports-9f7e5b86e2c8a308f4ddf979dd4e2791a5cefabd.zip |
- Fix subpackage libm4ri to pick up sage version of png library.
- Bump portrevision.
Reference: http://trac.sagemath.org/ticket/16368
Notes
Notes:
svn path=/head/; revision=354267
Diffstat (limited to 'math/sage/files')
-rw-r--r-- | math/sage/files/patch-build_pkgs_libm4ri_spkg-install | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/math/sage/files/patch-build_pkgs_libm4ri_spkg-install b/math/sage/files/patch-build_pkgs_libm4ri_spkg-install new file mode 100644 index 000000000000..ebd4cb6f6e53 --- /dev/null +++ b/math/sage/files/patch-build_pkgs_libm4ri_spkg-install @@ -0,0 +1,10 @@ +--- build/pkgs/libm4ri/spkg-install-orig 2014-05-16 18:34:53.000000000 +0000 ++++ build/pkgs/libm4ri/spkg-install 2014-05-16 18:48:25.000000000 +0000 +@@ -54,6 +54,7 @@ + + cd $ROOT_DIR/src/ + ++env PKG_CONFIG_LIBDIR=$SAGE_LOCAL/lib/pkgconfig \ + ./configure --prefix="$SAGE_LOCAL" --libdir="$SAGE_LOCAL/lib" $ENABLE_DEBUG $DISABLE_SSE2 + + if [ $? -ne 0 ]; then |