diff --git a/archivers/snappy/Makefile b/archivers/snappy/Makefile index dcb840d24708..4ab83b0d3284 100644 --- a/archivers/snappy/Makefile +++ b/archivers/snappy/Makefile @@ -25,4 +25,10 @@ post-patch: ${WRKSRC}/Makefile.in .endif -.include +.include + +.if ${ARCH} == "sparc64" +BROKEN= Does not compile on sparc64 +.endif + +.include diff --git a/dns/curvedns/Makefile b/dns/curvedns/Makefile index bce73afbba95..f8d855fdde7c 100644 --- a/dns/curvedns/Makefile +++ b/dns/curvedns/Makefile @@ -39,6 +39,10 @@ SUB_LIST= CURVE_USER=${CURVE_USER} \ BROKEN= does not configure on 9.X .endif +.if ${ARCH} == "sparc64" +BROKEN= Does not compile on sparc64 +.endif + post-patch: @cd ${WRKSRC} && ${PATCH} --quiet < ${FILESDIR}/freebsd.patch diff --git a/graphics/grx/Makefile b/graphics/grx/Makefile index 158287a15769..c35f73909037 100644 --- a/graphics/grx/Makefile +++ b/graphics/grx/Makefile @@ -90,6 +90,10 @@ CONFIGURE_ARGS+=--disable-zlib CONFIGURE_ARGS+=--enable-x86_64 .endif +.if ${ARCH} == "sparc64" +BROKEN= Does not compile on sparc64 +.endif + post-patch: @${GREP} -ERl '<(malloc|alloca)\.h>' ${WRKSRC} | ${XARGS} \ ${REINPLACE_CMD} -Ee 's|<(malloc\|alloca)\.h>||'