summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakov Smolic <jakov.smolic@sartura.hr>2020-12-28 15:47:47 +0100
committerDavid Seifert <soap@gentoo.org>2020-12-28 15:47:47 +0100
commitc8cc93c604b410649d703e5cfec9d54d30db6886 (patch)
tree216d57124cbd92ccc8acca6cef1168fe294976f1 /app-backup/amanda/files
parentacct-user/sigh: New user for mail-filter/sigh (diff)
downloadgentoo-c8cc93c604b410649d703e5cfec9d54d30db6886.tar.gz
gentoo-c8cc93c604b410649d703e5cfec9d54d30db6886.tar.bz2
gentoo-c8cc93c604b410649d703e5cfec9d54d30db6886.zip
app-backup/amanda: Port to EAPI 7 and GLEP 81
Closes: https://bugs.gentoo.org/707236 Package-Manager: Portage-3.0.9, Repoman-3.0.1 Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr> Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'app-backup/amanda/files')
-rw-r--r--app-backup/amanda/files/amanda-3.5.1-fno-common.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/app-backup/amanda/files/amanda-3.5.1-fno-common.patch b/app-backup/amanda/files/amanda-3.5.1-fno-common.patch
new file mode 100644
index 000000000000..3f77c3a709c5
--- /dev/null
+++ b/app-backup/amanda/files/amanda-3.5.1-fno-common.patch
@@ -0,0 +1,13 @@
+diff --git a/common-src/testutils.h b/common-src/testutils.h
+index 31f8973..3bb376f 100644
+--- a/common-src/testutils.h
++++ b/common-src/testutils.h
+@@ -75,7 +75,7 @@ typedef struct TestUtilsTest {
+ #define tu_dbg(...) if (tu_debugging_enabled) { g_fprintf(stderr, __VA_ARGS__); }
+
+ /* Is debugging enabled for this test run? (set internally) */
+-int tu_debugging_enabled;
++extern int tu_debugging_enabled;
+
+ /*
+ * Main loop