Drop the MAP_ANONYMOUS chunk.

This commit is contained in:
ajacoutot 2014-07-11 08:14:16 +00:00
parent 612cfbc6a0
commit 15dc940cbb

View File

@ -1,4 +1,4 @@
$OpenBSD: patch-Makefile,v 1.5 2014/01/31 09:34:22 jca Exp $
$OpenBSD: patch-Makefile,v 1.6 2014/07/11 08:14:16 ajacoutot Exp $
--- Makefile.orig Mon Dec 12 23:48:49 2011
+++ Makefile Wed Jan 29 02:12:09 2014
@@ -164,13 +164,14 @@ endif
@ -30,7 +30,7 @@ $OpenBSD: patch-Makefile,v 1.5 2014/01/31 09:34:22 jca Exp $
- BASE_CFLAGS = -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes \
- -DUSE_ICON
+ BASE_CFLAGS = $(PIE_CFLAGS) -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes \
+ -DUSE_ICON -DARCH_STRING=\\\"${ARCH}\\\" -DMAP_ANONYMOUS=MAP_ANON
+ -DUSE_ICON -DARCH_STRING=\\\"${ARCH}\\\"
CLIENT_CFLAGS = $(SDL_CFLAGS)
SERVER_CFLAGS =