CVSROOT: /cvs Module name: ports Changes by: [email protected] 2012/11/01 05:59:57
Modified files:
devel/dconf : Makefile
Added files:
devel/dconf/patches: patch-shm_dconf-shm_c
Log message:
Fix a crash caused by a limitation of the current vm system (see uvm(9)):
mapping descriptors PROT_WRITE without also specifying PROT_READ results
in a segmentation fault when first accessing the mapping.
OK ajacoutot@
