diff options
-rw-r--r-- | devel/bullet/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/devel/bullet/Makefile b/devel/bullet/Makefile index df72b3e7ea50..aaf07921d5bf 100644 --- a/devel/bullet/Makefile +++ b/devel/bullet/Makefile @@ -40,6 +40,10 @@ JAM_ARGS= -qa CFLAGS+= -DUSE_ADDR64 .endif +.if ${ARCH} == "sparc64" +IGNORE= Does not configure on sparc64 +.endif + post-patch: @${REINPLACE_CMD} -e "s|%%AUTOHEADER%%|${AUTOHEADER}|g" -e "s|%%AUTOCONF%%|${AUTOCONF}|g" -e \ "s|%%ACLOCAL%%|${ACLOCAL}|g" -e "s|%%LIBTOOLIZE%%|${LIBTOOLIZE}|g" -e \ |