summaryrefslogtreecommitdiff
path: root/m68k-atari-mint/recipes/patches/mintlib/configvars.p
blob: 1df9fae7f49ac31004aae321866246be171f9e03 (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
--- ./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
 # The easiest way to do this is to change "prefix", see below.
-#CROSS=yes
+CROSS=yes
 
 # 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)
- prefix=/usr/m68k-atari-mint
+ prefix=/opt/netsurf/m68k-atari-mint/cross/m68k-atari-mint
 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