aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-mathematics/polybori/files/polybori-0.6.4-save-flags.patch')
-rw-r--r--sci-mathematics/polybori/files/polybori-0.6.4-save-flags.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/sci-mathematics/polybori/files/polybori-0.6.4-save-flags.patch b/sci-mathematics/polybori/files/polybori-0.6.4-save-flags.patch
deleted file mode 100644
index 92474dc1e..000000000
--- a/sci-mathematics/polybori/files/polybori-0.6.4-save-flags.patch
+++ /dev/null
@@ -1,14 +0,0 @@
---- src/polybori-0.6/SConstruct.orig 2009-10-28 10:47:24.000000000 +0000
-+++ src/polybori-0.6/SConstruct 2010-01-23 09:25:21.106548437 +0000
-@@ -1232,6 +1232,11 @@
- env.AlwaysBuild(ipboribin)
- env.Alias('install', ipboribin)
-
-+ # we dump the flags for reuse by Sage
-+ if not path.exists(InstPath()):
-+ Execute(Mkdir(InstPath()))
-+ opts.Save(InstPath("flags.conf"), env)
-+
- env.Alias('prepare-devel', devellibs + readabledevellibs)
- env.Alias('prepare-install', [pyroot, DocPath()])
-