Mark as ignore on sparc64 (arch not detected correctly).

This commit is contained in:
Mark Linimon 2009-02-18 03:38:20 +00:00
parent 8009103dc9
commit b27c900cce
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=228577

View File

@ -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 \