update Sat Feb 27 06:37:01 PST 2010
[pkgsrc.git] / emulators / peace / patches / patch-aa
1 $NetBSD: patch-aa,v 1.3 2008/12/07 16:23:45 kent Exp $
2
3 --- dll/ui.so/X11.cc.orig       2008-12-08 01:09:48.000000000 +0900
4 +++ dll/ui.so/X11.cc
5 @@ -41,6 +41,9 @@
6  #include <sys/param.h>
7  #include <sys/shm.h>
8  #include <sys/sysctl.h>
9 +#ifndef KERN_SYSVSHM
10 +#define KERN_SYSVSHM KERN_OLDSYSVSHM
11 +#endif
12  
13  #include "X11.h"
14  #include "WindowObject.h"