aboutsummaryrefslogtreecommitdiff
path: root/math/sage/files
diff options
context:
space:
mode:
authorStephen Montgomery-Smith <stephen@FreeBSD.org>2014-05-16 21:25:45 +0000
committerStephen Montgomery-Smith <stephen@FreeBSD.org>2014-05-16 21:25:45 +0000
commit9f7e5b86e2c8a308f4ddf979dd4e2791a5cefabd (patch)
treecef14dd929a2a5085e8e48a605281ae20ae0b0f5 /math/sage/files
parent208a851e128f12dad908a5544088db2e0f30037b (diff)
downloadports-9f7e5b86e2c8a308f4ddf979dd4e2791a5cefabd.tar.gz
ports-9f7e5b86e2c8a308f4ddf979dd4e2791a5cefabd.zip
Notes
Diffstat (limited to 'math/sage/files')
-rw-r--r--math/sage/files/patch-build_pkgs_libm4ri_spkg-install10
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