From e0873e1d9b5cb8fae03cb3219ca474e0da4fd594 Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Sat, 13 Mar 2004 10:04:53 +0000 Subject: BROKEN on !i386: Does not compile --- graphics/swfdec/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'graphics') diff --git a/graphics/swfdec/Makefile b/graphics/swfdec/Makefile index e0c412307d00..1f7ee4632fb9 100644 --- a/graphics/swfdec/Makefile +++ b/graphics/swfdec/Makefile @@ -30,8 +30,14 @@ INSTALLS_SHLIB= yes CPPFLAGS= -I${LOCALBASE}/include LDFLAGS= -L${LOCALBASE}/lib +.include + +.if ${ARCH} != "i386" +BROKEN= "Does not compile on !i386" +.endif + post-patch: @${REINPLACE_CMD} -e "s|sdl-config|${SDL_CONFIG:T}|g" ${WRKSRC}/configure @${REINPLACE_CMD} -e "s|malloc\.h|stdlib.h|g" ${WRKSRC}/libswfdec/jpeg/sl_types.h -.include +.include -- cgit v1.2.3