From e0ac3380aa1305fbb3ceea1914c772d760754048 Mon Sep 17 00:00:00 2001 From: linimon Date: Fri, 1 Feb 2008 06:35:50 +0000 Subject: Mark as broken on sparc64: does not compile. --- archivers/dpkg/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'archivers') diff --git a/archivers/dpkg/Makefile b/archivers/dpkg/Makefile index 150e2786156e..a47137a18000 100644 --- a/archivers/dpkg/Makefile +++ b/archivers/dpkg/Makefile @@ -103,4 +103,10 @@ post-install: ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL -.include +.include + +.if ${ARCH} == "sparc64" +BROKEN= Does not compile +.endif + +.include -- cgit