diff options
author | arved <arved@FreeBSD.org> | 2004-03-29 17:49:23 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2004-03-29 17:49:23 +0800 |
commit | eeba54433c9b0b995aef8d4accc20b2580ba8ca2 (patch) | |
tree | 6a6074bd624bc8d58fb4dc795b5470b602ee8d77 /graphics/swfdec/Makefile | |
parent | 3f95096a676478655133282169e79f3bd00ac7a5 (diff) | |
download | freebsd-ports-gnome-eeba54433c9b0b995aef8d4accc20b2580ba8ca2.tar.gz freebsd-ports-gnome-eeba54433c9b0b995aef8d4accc20b2580ba8ca2.tar.zst freebsd-ports-gnome-eeba54433c9b0b995aef8d4accc20b2580ba8ca2.zip |
Fix build on 64bit platforms
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 |