diff options
author | mycroft <mycroft> | 1998-07-23 09:38:09 +0000 |
---|---|---|
committer | mycroft <mycroft> | 1998-07-23 09:38:09 +0000 |
commit | f87aae57462d1af36b4f1fb6669ad4835ca6ef53 (patch) | |
tree | b22d721714d77dc8cabc772fe689c0a737dba2e4 /emulators/xmess | |
parent | 782d408bea6beca3d6029cd2bb848145ff6e6dc0 (diff) | |
download | pkgsrc-f87aae57462d1af36b4f1fb6669ad4835ca6ef53.tar.gz |
Enable MIT-SHM, as pointed out by Mario Kemper.
Diffstat (limited to 'emulators/xmess')
-rw-r--r-- | emulators/xmess/patches/patch-aa | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/emulators/xmess/patches/patch-aa b/emulators/xmess/patches/patch-aa index 126b38a5c79..162b55e84e2 100644 --- a/emulators/xmess/patches/patch-aa +++ b/emulators/xmess/patches/patch-aa @@ -1,5 +1,5 @@ ---- makefile.unix.orig Fri Jun 5 15:49:04 1998 -+++ makefile.unix Tue Jul 21 14:23:01 1998 +--- makefile.unix.orig Fri Jun 5 09:49:04 1998 ++++ makefile.unix Thu Jul 23 05:35:49 1998 @@ -13,7 +13,7 @@ # GNU MAKE is MANDATORY !!! # so please give me the path... @@ -31,6 +31,15 @@ # Linux FM-TOWNS game PAD joystick emulation support # Thanks to Osamu Kurati for provided patch +@@ -106,7 +110,7 @@ + # *** If you haven't the MIT-Shared Memory X Extensions, comment the following: + # ( Test if available by mean of xdpyinfo command ) + # Comment it if compiling for svgalib +-# MSHM = -DUSE_MITSHM ++MSHM = -DUSE_MITSHM + + # *** Does your system support gettimeofday() function? If do, we encourage you + # to enable this feature . Else .... comment it :-( @@ -125,8 +129,8 @@ # X11INC = -I/usr/include/X11 # X11LIB = -L/usr/lib/X11 |