summaryrefslogtreecommitdiff
path: root/m68k-atari-mint
diff options
context:
space:
mode:
authorJohn-Mark Bell <jmb@netsurf-browser.org>2023-10-01 08:36:05 +0100
committerJohn-Mark Bell <jmb@netsurf-browser.org>2023-10-01 08:36:05 +0100
commit3145e74c94e280faa2e533af46fbb7724dbfdee4 (patch)
treee93dcafa2b30520da545f1d23e1bd1fd027769f5 /m68k-atari-mint
parentc4a587b443513ea404e6d2ba9f59d85a3af56467 (diff)
downloadtoolchains-3145e74c94e280faa2e533af46fbb7724dbfdee4.tar.gz
toolchains-3145e74c94e280faa2e533af46fbb7724dbfdee4.tar.bz2
m68k-atari-mint: fix mintlib patch
Diffstat (limited to 'm68k-atari-mint')
-rw-r--r--m68k-atari-mint/recipes/patches/mintlib/configvars.p6
1 files changed, 3 insertions, 3 deletions
diff --git a/m68k-atari-mint/recipes/patches/mintlib/configvars.p b/m68k-atari-mint/recipes/patches/mintlib/configvars.p
index 2c00bec..a3acd90 100644
--- a/m68k-atari-mint/recipes/patches/mintlib/configvars.p
+++ b/m68k-atari-mint/recipes/patches/mintlib/configvars.p
@@ -18,12 +18,12 @@
# This is where include files get installed.
includedir=${prefix}/include
-@@ -124,7 +124,7 @@
- CFLAGS=-O2 -fomit-frame-pointer
+@@ -141,7 +141,7 @@
+ LDFLAGS=
# Additional defines.
-DEFS=
+DEFS=-DREGEX_MALLOC
# Define this to the warning level you want.
- WARN=-Wall
+ WARN=-Wall -Werror -Wstrict-prototypes -Wmissing-prototypes -Wold-style-declaration -Wold-style-definition