mirror of
https://git.freebsd.org/ports.git
synced 2025-05-19 18:43:13 -04:00
is being removed. No portrev bump needed since the kernel will continue to accept this flag for old binaries even after support for it in new binaries is removed. PR: 193961 Approved by: portmgr (antoine)
11 lines
339 B
C
11 lines
339 B
C
--- util/cairo-sphinx/sphinx.c.orig 2014-10-06 15:22:24.000000000 -0400
|
|
+++ util/cairo-sphinx/sphinx.c 2014-10-06 15:23:04.000000000 -0400
|
|
@@ -1325,7 +1325,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);
|
|
|