File: gcc-15.patch

package info (click to toggle)
licenseutils 0.0.9-8.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 9,672 kB
  • sloc: ansic: 26,827; sh: 6,889; makefile: 716; cpp: 348; sed: 16
file content (15 lines) | stat: -rw-r--r-- 494 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Description: Fix FTBFS with GCC 15
Author: Adrian Bunk <bunk@debian.org>
Bug-Debian: https://bugs.debian.org/1097295

--- licenseutils-0.0.9.orig/src/lgpl.c
+++ licenseutils-0.0.9/src/lgpl.c
@@ -179,7 +179,7 @@ show_lu_lgpl(struct lu_state_t *state, s
           chunk = get_lines (data, "    This library is free software;", 13);
           break;
         case 3:
-          chunk = get_lgplv3_boilerplate (state);
+          chunk = get_lgplv3_boilerplate ();
           break;
         }