aboutsummaryrefslogtreecommitdiff
path: root/academic/sage/sage-build-root.patch
diff options
context:
space:
mode:
authorChristopher L Duston <christopher.duston@protonmail.com>2020-06-04 06:14:07 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2020-06-04 06:14:07 +0700
commit4f6bf9a9385316a4549693d4721041b47346f8c7 (patch)
tree270560617d360f605be18270a9a3d6307d3d6936 /academic/sage/sage-build-root.patch
parentfb4f30bc52c0d33a7748da64d4cc81d4a3508152 (diff)
academic/sage: Updated for version 9.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'academic/sage/sage-build-root.patch')
-rw-r--r--academic/sage/sage-build-root.patch24
1 files changed, 0 insertions, 24 deletions
diff --git a/academic/sage/sage-build-root.patch b/academic/sage/sage-build-root.patch
deleted file mode 100644
index 0daaca9c33..0000000000
--- a/academic/sage/sage-build-root.patch
+++ /dev/null
@@ -1,24 +0,0 @@
---- sage-6.10/configure.old 2015-12-19 08:15:37.404497471 +0700
-+++ sage-6.10/configure 2015-12-19 08:15:55.691461292 +0700
-@@ -2965,21 +2965,6 @@
-
- #---------------------------------------------------------
-
--{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for root user" >&5
--$as_echo_n "checking for root user... " >&6; }
--
--uid=`id -u`
--if test "x$uid" == "x0"; then
-- { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
--$as_echo "yes" >&6; }
-- as_fn_error $? "You cannot build Sage as root, switch to an unpriviledged user" "$LINENO" 5
--else
-- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
--$as_echo "no" >&6; }
--
--fi;
--
--
- # Check whether we are on a supported platform
- # Make sure we can run config.sub.
- $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||