From 20f4e7537a633257aa19c9fb41cd7511f0a813ad Mon Sep 17 00:00:00 2001 From: Mark Linimon Date: Tue, 3 Feb 2009 05:46:00 +0000 Subject: [PATCH] Fails to install on sparc64 with "configure: error: Unknown architecture." --- emulators/open-vm-tools/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/emulators/open-vm-tools/Makefile b/emulators/open-vm-tools/Makefile index e17eb585998d..842ecde6b2b4 100644 --- a/emulators/open-vm-tools/Makefile +++ b/emulators/open-vm-tools/Makefile @@ -55,6 +55,10 @@ USE_RC_SUBR= vmware-guestd.sh vmware-kmod.sh .include +.if ${ARCH} == "sparc64" +IGNORE= not yet ported to sparc64 +.endif + PLIST_SUB+= LIB32DIR=${LIB32DIR} SUB_LIST+= LIB32DIR=${LIB32DIR}