ports/graphics/cairo/files/patch-util_cairo-sphinx_sphinx.c
Sean Bruno afd5b52ca0 Update port Makefile to support mips build of cairo.
Add License Information

PR:		201683
Submitted by:	Carlos J Puga Medina <cpm@fbsd.es>
2015-11-09 14:59:36 +00:00

11 lines
291 B
C

--- util/cairo-sphinx/sphinx.c.orig 2015-03-10 22:21:07 UTC
+++ util/cairo-sphinx/sphinx.c
@@ -1337,7 +1337,7 @@ client_shm (const char *shm_path)
base = mmap (NULL, DATA_SIZE,
PROT_READ | PROT_WRITE,
- MAP_SHARED | MAP_NORESERVE,
+ MAP_SHARED,
fd, 0);
close (fd);