File: gcc-15.patch

package info (click to toggle)
dd2 0.2.2-5.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,452 kB
  • sloc: ansic: 3,647; sh: 371; makefile: 36
file content (16 lines) | stat: -rw-r--r-- 295 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: Fix FTBFS with GCC 15
Author: Adrian Bunk <bunk@debian.org>
Bug-Debian: https://bugs.debian.org/1096512

--- dd2-0.2.2.orig/src/main.h
+++ dd2-0.2.2/src/main.h
@@ -21,9 +21,4 @@
 #ifndef _MAIN_H_
 #define _MAIN_H_
 
-typedef int bool;
-
-#define true 	1
-#define false 	0
-
 #endif