From a64a4f9055c04a99f4f9a05a1a7db3db3ec81974 Mon Sep 17 00:00:00 2001 From: fgsch Date: Fri, 22 Mar 2002 06:38:35 +0000 Subject: [PATCH] add warning about virtual memory exhausted. --- emulators/xmame/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/emulators/xmame/Makefile b/emulators/xmame/Makefile index f2a7c6722a5..4a73f0bb15e 100644 --- a/emulators/xmame/Makefile +++ b/emulators/xmame/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.5 2002/02/05 15:27:17 naddy Exp $ +# $OpenBSD: Makefile,v 1.6 2002/03/22 06:38:35 fgsch Exp $ COMMENT= "emulates arcade machines and old home computers" COMMENT-mame= "emulates a massive variety of arcade machines" @@ -35,6 +35,8 @@ PERMIT_DISTFILES_FTP= Yes EXTRACT_SUFX= .tar.bz2 +VMEM_WARNING= Yes + USE_GMAKE= Yes USE_X11= Yes