From 41894f003307118daa035b197a6539bd4f9e89cc Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Thu, 26 Feb 2004 08:06:26 +0000 Subject: BROKEN on alpha 5.x: Configure fails --- games/adgali/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'games/adgali') diff --git a/games/adgali/Makefile b/games/adgali/Makefile index 479ead3b4455..2a3bcc1457ae 100644 --- a/games/adgali/Makefile +++ b/games/adgali/Makefile @@ -31,6 +31,12 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" INSTALLS_SHLIB= yes +.include + +.if ${ARCH} == "alpha" && ${OSVERSION} >= 502102 +BROKEN= "Configure fails" +.endif + post-patch: @${REINPLACE_CMD} -e 's|-O3 ||g' ${WRKSRC}/configure @@ -41,4 +47,4 @@ post-install: ${CPIO} -pdm -L -R ${SHAREOWN}:${SHAREGRP} ${DOCSDIR} .endif -.include +.include -- cgit v1.2.3