diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2004-03-29 09:49:23 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2004-03-29 09:49:23 +0000 |
commit | b09a1ecaa4bee8391b4d9349fd4982b262f48e1e (patch) | |
tree | d541308eb8a78f41494340c65c7e1f63c1d75dc6 /graphics/swfdec/Makefile | |
parent | 881695723109e6cfb62e294832ca0d81123bd820 (diff) |
Notes
Diffstat (limited to 'graphics/swfdec/Makefile')
-rw-r--r-- | graphics/swfdec/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/graphics/swfdec/Makefile b/graphics/swfdec/Makefile index 477096e68ffb..d2b7a3b0a11b 100644 --- a/graphics/swfdec/Makefile +++ b/graphics/swfdec/Makefile @@ -32,10 +32,6 @@ LDFLAGS= -L${LOCALBASE}/lib .include <bsd.port.pre.mk> -.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 |