diff options
Diffstat (limited to 'misc/xdelta3/Makefile')
-rw-r--r-- | misc/xdelta3/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/misc/xdelta3/Makefile b/misc/xdelta3/Makefile index 34fb90471c2c..3ae3fc7eea09 100644 --- a/misc/xdelta3/Makefile +++ b/misc/xdelta3/Makefile @@ -20,6 +20,10 @@ USE_GMAKE= yes .include <bsd.port.pre.mk> +.if ${ARCH} == "sparc64" && ${SLAVE_PORT:Myes} +BROKEN= Does not compile on sparc64 +.endif + .if ${SLAVE_PORT:Mno} PLIST_FILES= bin/xdelta3 .endif |