summarylogtreecommitdiffstats
path: root/wit-makefile.patch
diff options
context:
space:
mode:
authorFerdinand Bachmann2023-09-01 14:55:26 +0200
committerFerdinand Bachmann2023-09-01 14:56:23 +0200
commit1127be660c8aa3ddd1494ceaaee4e008c7569c6f (patch)
tree3b29d087163c1db5c1319939c85fa2e05c748abb /wit-makefile.patch
parent838eb0a6147c2e63acdd024bf286bddbc182e4b8 (diff)
downloadaur-wit-git.tar.gz
fix wit-makefile.patch again
Diffstat (limited to 'wit-makefile.patch')
-rw-r--r--wit-makefile.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/wit-makefile.patch b/wit-makefile.patch
index 6d4ffc60122c..7bd32e57c3d9 100644
--- a/wit-makefile.patch
+++ b/wit-makefile.patch
@@ -25,7 +25,7 @@ diff -rupN wiimms-iso-tools.orig/project/Makefile wiimms-iso-tools/project/Makef
DEFINES1 += -D_LZMA_PROB32=1 # LZMA option
DEFINES = $(strip $(DEFINES1) $(MODE) $(XDEF))
--CFLAGS += -fomit-frame-pointer -fno-strict-aliasing -funroll-loops
+-CFLAGS += -std=gnu99 -fomit-frame-pointer -fno-strict-aliasing -funroll-loops
CFLAGS += -Wall -Wno-parentheses -Wno-unused-function
-#CFLAGS += -O3 -Isrc/libwbfs -Isrc/lzma -Isrc -I$(UI) -I. -Iwork
-CFLAGS += -O3 -Isrc/libwbfs -Isrc -I$(UI) -I. -Iwork