diff options
author | Philip Lacroix <slackph at posteo dot de> | 2021-02-12 20:37:49 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-02-14 06:27:53 +0700 |
commit | 6f6a9022995fc92ea4a8822022d1aa79a747432a (patch) | |
tree | 1d1f023ed2217ab840c841f7026f434340492504 /academic/aris/html_doc.patch | |
parent | 7f55f641d147485dce7ad23a314762c353d12493 (diff) |
academic/aris: Updated for version 2. New maintainer.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'academic/aris/html_doc.patch')
-rw-r--r-- | academic/aris/html_doc.patch | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/academic/aris/html_doc.patch b/academic/aris/html_doc.patch deleted file mode 100644 index 1b359b73d6..0000000000 --- a/academic/aris/html_doc.patch +++ /dev/null @@ -1,19 +0,0 @@ ---- aris-2.0/configure 2012-09-25 05:06:22.000000000 -0300 -+++ aris-2.0b/configure 2013-03-23 18:34:59.483719378 -0300 -@@ -4610,3 +4610,1 @@ --cat >>confdefs.h <<_ACEOF --#define HELP_FILE "file://`pwd`/doc/aris/index.html" --_ACEOF -+echo "#define HELP_FILE \"file://"$htmldir"/index.html\"" >>confdefs.h ---- aris-2.0/src/aris.c 2012-09-25 05:06:22.000000000 -0300 -+++ aris-2.0b/src/aris.c 2013-03-23 18:45:25.290749474 -0300 -@@ -1064,0 +1065,6 @@ -+#ifdef HELP_FILE /* Which should be defined in config.h */ -+ -+ strcpy (the_app->help_file, HELP_FILE); -+ -+#else -+ -@@ -1076,0 +1083,2 @@ -+ -+#endif /* HELP FILE */ |