From 1d5cfa601a12bb570bf51af025a5ecf887dacc75 Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Sat, 13 Mar 2004 10:19:44 +0000 Subject: BROKEN on amd64 and ia64: Compile fails --- x11-fm/fsv/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'x11-fm/fsv') diff --git a/x11-fm/fsv/Makefile b/x11-fm/fsv/Makefile index 981f9157840a..8d3d4c48fed4 100644 --- a/x11-fm/fsv/Makefile +++ b/x11-fm/fsv/Makefile @@ -25,4 +25,10 @@ CONFIGURE_ARGS= --with-GL-prefix=${X11BASE}/lib CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" -.include +.include + +.if ${ARCH} == "ia64" || ${ARCH} == "amd64" +BROKEN= "Does not compile on amd64 or ia64" +.endif + +.include -- cgit v1.2.3