BROKEN on sparc64 and ia64: Does not compile completely

This commit is contained in:
Kris Kennaway 2005-08-31 03:24:12 +00:00
parent 9f5bd6e4db
commit 8552d6e5b5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=141536

View File

@ -44,6 +44,12 @@ PLIST_SUB+= POSTGRESQL="@comment "
MAKE_ENV+= POSTGRESQL=postgres
.endif
.include <bsd.port.pre.mk>
.if ${ARCH} == "sparc64" || ${ARCH} == "ia64"
BROKEN= "Does not compile completely on sparc64 or ia64"
.endif
post-install:
${SED} 's|%%LOCALBASE%%|${LOCALBASE}|g ; s|%%PREFIX%%|${PREFIX}|g' \
${WRKSRC}/modules/acc/etc/radiusclient.conf > \
@ -59,4 +65,4 @@ post-install:
${PREFIX}/etc/ser/radiusclient.conf; \
fi
.include <bsd.port.mk>
.include <bsd.port.post.mk>