summaryrefslogtreecommitdiff
path: root/sys-apps/syscriptor/files/syscriptor-1.5.15-dont-inject-additional-flags.patch
blob: c80d9fc9dce659c0cb95c0057906607580719c99 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
From 613abd8a0b82f5f6e01e728e31bd90f01f6be441 Mon Sep 17 00:00:00 2001
From: Sam James <sam@gentoo.org>
Date: Fri, 13 Aug 2021 20:57:48 +0100
Subject: [PATCH 2/2] Don't inject additional flags

---
 Makefile.am     | 1 -
 src/Makefile.am | 1 -
 2 files changed, 2 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index 070e568..d139570 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,3 +1,2 @@
 SUBDIRS=src man
 CFLAGS=@CFLAGS@ $(EXTRA_FLAGS)
-CPPFLAGS = -W -Wall -g
diff --git a/src/Makefile.am b/src/Makefile.am
index b917ba4..f35923e 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,4 +1,3 @@
 bin_PROGRAMS=syscriptor
 syscriptor_SOURCES=main.c cpu.c help.c ide.c memory.c network.c os.c partitions.c scsi.c sound.c uptime.c version.c video.c
 AM_CFLAGS=@CFLAGS@ $(EXTRA_FLAGS)
-AM_CPPFLAGS = -W -Wall -g
-- 
2.32.0