diff options
Diffstat (limited to 'games/xchomp/files/patch-Imakefile')
-rw-r--r-- | games/xchomp/files/patch-Imakefile | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/games/xchomp/files/patch-Imakefile b/games/xchomp/files/patch-Imakefile new file mode 100644 index 000000000000..97fc97835a1b --- /dev/null +++ b/games/xchomp/files/patch-Imakefile @@ -0,0 +1,17 @@ +--- Imakefile.orig Fri Mar 18 14:16:10 1994 ++++ Imakefile Wed Nov 1 09:32:17 2000 +@@ -2,7 +2,7 @@ + #include BandAidCompiler + #endif + +-DEFINES = -DX11 ++DEFINES = -DX11 -DFRAME_DELAY=40000 + INCLUDES = -I$(TOP) -I$(TOP)/X11 + DEPLIBS = $(DEPXLIB) + LOCAL_LIBRARIES = $(XLIB) +@@ -11,4 +11,4 @@ + SRCS = contact.c demo.c drivers.c main.c maze.c props.c resources.c status.c + OBJS = contact.o demo.o drivers.o main.o maze.o props.o resources.o status.o + +-ComplexProgramTarget(xchomp) ++ComplexProgramTargetNoMan(xchomp) |