freebsd-ports/emulators/wine/files/patch-partial-reservation
Gerald Pfeifer 2ab8c6cf73 Depend on emulators/wine-gecko instead of emulators/wine-gecko-devel
when option GECKO is set.

Bump PORTREVISION accordingly.

Pet overeager portlint (when it comes to patch format).
2016-02-05 22:28:26 +00:00

14 lines
408 B
Text

--- UTC
--- libs/wine/mmap.c
+++ libs/wine/mmap.c
@@ -380,6 +380,9 @@
reserve_area( base, end );
}
else reserve_area( user_space_limit, 0 );
+#if defined(__FreeBSD__) || defined(__FreeBSD_kernel__)
+ wine_mmap_remove_reserved_area( (char *)0x82000000, 0xffffffff - 0x82000000, 1 );
+#endif
/* reserve the DOS area if not already done */
ptr = list_head( &reserved_areas );