aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Savchenko <bircoph@gmail.com>2014-07-03 02:36:31 +0400
committerAndrew Savchenko <bircoph@gmail.com>2014-07-03 02:36:31 +0400
commit61b06f12bb0b5809ced355582dcf5dd39677f9d5 (patch)
tree1c3f68b3775cdc691a71238c49c58ee3228dfb6e /sci-physics/root/files
parentMerge remote-tracking branch 'github/master' (diff)
downloadsci-61b06f12bb0b5809ced355582dcf5dd39677f9d5.tar.gz
sci-61b06f12bb0b5809ced355582dcf5dd39677f9d5.tar.bz2
sci-61b06f12bb0b5809ced355582dcf5dd39677f9d5.zip
sci-physics/root: fix aux docs installation
Do not compress files required for .credits, .demo, .license commands. Fix tutorials patch.
Diffstat (limited to 'sci-physics/root/files')
-rw-r--r--sci-physics/root/files/root-6.00.01-tutorials-path.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/sci-physics/root/files/root-6.00.01-tutorials-path.patch b/sci-physics/root/files/root-6.00.01-tutorials-path.patch
index 2e496a494..cb6861554 100644
--- a/sci-physics/root/files/root-6.00.01-tutorials-path.patch
+++ b/sci-physics/root/files/root-6.00.01-tutorials-path.patch
@@ -10,6 +10,18 @@ index 5950401..e4fbfbf 100644
#define ROOTSRCDIR "@srcdir@"
#define ROOTICONPATH "@iconpath@"
#define EXTRAICONPATH "@extraiconpath@"
+diff --git a/configure b/configure
+index 131df92..2c8ea95 100755
+--- a/configure
++++ b/configure
+@@ -7537,6 +7537,7 @@ sed \
+ -e "s|@prefix@|$prefix|" \
+ -e "s|@srcdir@|$srcdir|" \
+ -e "s|@ttffontdir@|$fontdir|" \
++ -e "s|@tutdir@|$tutdir|" \
+ -e "s|@setresuid@|$setresuid|" \
+ -e "s|@hasmathmore@|$hasmathmore|" \
+ -e "s|@haspthread@|$haspthread|" \
diff --git a/core/base/src/TApplication.cxx b/core/base/src/TApplication.cxx
index 1c1809a..7d7ed37 100644
--- a/core/base/src/TApplication.cxx