From c29c2b56e35c46a41a7f8ae6f9bd6a903d4ad449 Mon Sep 17 00:00:00 2001 From: brad Date: Fri, 28 Feb 2003 03:42:34 +0000 Subject: [PATCH] add MODGNU_CONFIG_GUESS_DIRS which allows this to build on powerpc except for the fact that sarien build triggers runtime pp breakage with gmake. --- games/sarien/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/games/sarien/Makefile b/games/sarien/Makefile index 4c753ab89e3..9f1b5f706da 100644 --- a/games/sarien/Makefile +++ b/games/sarien/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.3 2002/10/26 20:44:39 naddy Exp $ +# $OpenBSD: Makefile,v 1.4 2003/02/28 03:42:34 brad Exp $ COMMENT= "interpreter for old Sierra AGI games" @@ -16,6 +16,7 @@ PERMIT_DISTFILES_CDROM= Yes PERMIT_DISTFILES_FTP= Yes CONFIGURE_STYLE= gnu +MODGNU_CONFIG_GUESS_DIRS=${WRKSRC}/scripts USE_GMAKE= Yes MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=sarien/}