summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn-Mark Bell <jmb@netsurf-browser.org>2012-11-06 09:36:56 +0000
committerJohn-Mark Bell <jmb@netsurf-browser.org>2012-11-06 09:36:56 +0000
commit5eed677c88ff5104aef1d6d22e8553a6b58115cf (patch)
treedfd7a0ac055e0ac2eb90a120235642db16eb5e75
parent74ac713c2ed063614954def22a00b954688d47fa (diff)
downloadtoolchains-5eed677c88ff5104aef1d6d22e8553a6b58115cf.tar.gz
toolchains-5eed677c88ff5104aef1d6d22e8553a6b58115cf.tar.bz2
Force use of malloc in mintlib. (Credit: Ole Loots)
-rw-r--r--m5475-atari-mint/recipes/patches/mintlib/configvars.p13
-rw-r--r--m68k-atari-mint/recipes/patches/mintlib/configvars.p19
2 files changed, 25 insertions, 7 deletions
diff --git a/m5475-atari-mint/recipes/patches/mintlib/configvars.p b/m5475-atari-mint/recipes/patches/mintlib/configvars.p
index a135aa6..f72d6f4 100644
--- a/m5475-atari-mint/recipes/patches/mintlib/configvars.p
+++ b/m5475-atari-mint/recipes/patches/mintlib/configvars.p
@@ -1,5 +1,5 @@
---- configvars 2012-10-11 16:56:15.000000000 +0100
-+++ configvars 2012-10-11 16:57:32.000000000 +0100
+--- ./configvars.orig 2012-05-03 19:26:10.000000000 +0200
++++ ./configvars 2012-11-05 23:03:52.000000000 +0100
@@ -12,14 +12,14 @@
# get installed. You have to take car yourself that the libraries
# and include files and so on will get installed in the right place
@@ -26,3 +26,12 @@
else
prefix=/usr
endif
+@@ -124,7 +124,7 @@
+ CFLAGS=-O2 -fomit-frame-pointer
+
+ # Additional defines.
+-DEFS=
++DEFS=-DREGEX_MALLOC
+
+ # Define this to the warning level you want.
+ WARN=-Wall
diff --git a/m68k-atari-mint/recipes/patches/mintlib/configvars.p b/m68k-atari-mint/recipes/patches/mintlib/configvars.p
index e6c573b..1df9fae 100644
--- a/m68k-atari-mint/recipes/patches/mintlib/configvars.p
+++ b/m68k-atari-mint/recipes/patches/mintlib/configvars.p
@@ -1,5 +1,5 @@
---- configvars 2011-05-13 22:50:17.000000000 +0100
-+++ configvars 2011-05-13 22:57:13.000000000 +0100
+--- ./configvars.orig 2012-05-03 19:26:10.000000000 +0200
++++ ./configvars 2012-11-05 22:34:07.000000000 +0100
@@ -12,7 +12,7 @@
# get installed. You have to take car yourself that the libraries
# and include files and so on will get installed in the right place
@@ -7,9 +7,9 @@
-#CROSS=yes
+CROSS=yes
- # Define this to "m68k-atari-mint-" if you cross compile.
- ifeq ($(CROSS),yes)
-@@ -44,7 +44,7 @@
+ # Silent build or verbose
+ AM_DEFAULT_VERBOSITY = 1
+@@ -47,7 +47,7 @@
# need be. When cross-compiling you will usually want to set this
# to "/usr/m68k-atari-mint".
ifeq ($(CROSS),yes)
@@ -18,3 +18,12 @@
else
prefix=/usr
endif
+@@ -124,7 +124,7 @@
+ CFLAGS=-O2 -fomit-frame-pointer
+
+ # Additional defines.
+-DEFS=
++DEFS=-DREGEX_MALLOC
+
+ # Define this to the warning level you want.
+ WARN=-Wall