From cc5e70edc38242282e9df88dbb88493b24a55d5a Mon Sep 17 00:00:00 2001 From: kris Date: Sun, 7 Mar 2004 05:58:41 +0000 Subject: BROKEN on alpha: Does not compile --- audio/glame/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'audio') diff --git a/audio/glame/Makefile b/audio/glame/Makefile index 5cd427718148..1107bf8b36f7 100644 --- a/audio/glame/Makefile +++ b/audio/glame/Makefile @@ -31,6 +31,12 @@ INSTALLS_SHLIB= yes INFO= glame glame-dev +.include + +.if ${ARCH} == "alpha" +BROKEN= "Does not compile on alpha" +.endif + post-extract: @cd ${WRKSRC}/doc && ${RM} -f *.info* @@ -40,4 +46,4 @@ post-patch: @${GREP} -lR "" ${WRKSRC} | ${XARGS} ${REINPLACE_CMD} -e \ 's|||' -.include +.include -- cgit