summaryrefslogtreecommitdiffstats
path: root/academic/sage/pynac.patch
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo <willysr@slackbuilds.org>2014-08-12 00:47:48 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2014-08-12 00:47:48 +0700
commitba27590f8742ffcc37e3dccef641c30784491319 (patch)
treefbe50018e72269729d54f7f529efefbe96b51941 /academic/sage/pynac.patch
parent590b6b20be6275e666f93d5cc86d554a30ece91a (diff)
downloadslackbuilds-ba27590f8742ffcc37e3dccef641c30784491319.tar.gz
slackbuilds-ba27590f8742ffcc37e3dccef641c30784491319.tar.xz
academic/sage: Updated for version 6.3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'academic/sage/pynac.patch')
-rw-r--r--academic/sage/pynac.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/academic/sage/pynac.patch b/academic/sage/pynac.patch
new file mode 100644
index 0000000000..c8a0cdc26b
--- /dev/null
+++ b/academic/sage/pynac.patch
@@ -0,0 +1,10 @@
+--- build/pkgs/pynac/spkg-install.orig 2014-08-11 20:52:14.220516400 +0700
++++ build/pkgs/pynac/spkg-install 2014-08-11 20:52:27.906551659 +0700
+@@ -31,6 +31,7 @@
+
+ build_pynac()
+ {
++ chmod -R g-w ${PYNACDIR}
+ cd ${PYNACDIR}
+ PKG_CONFIG_PATH=${SAGE_LOCAL}/lib/pkgconfig; export PKG_CONFIG_PATH
+ ./configure --disable-static --prefix=${SAGE_LOCAL} --libdir="$SAGE_LOCAL/lib"