when option GECKO is set. Bump PORTREVISION accordingly. Pet overeager portlint (when it comes to patch format).
14 lines
408 B
Text
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 );
|