From bb4206341158c6ad9f88ca9de9e6a25babac7756 Mon Sep 17 00:00:00 2001 From: nwhitehorn Date: Mon, 12 Jul 2010 00:56:35 +0000 Subject: Build libsmb should be on powerpc64 as well. --- lib/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/Makefile') diff --git a/lib/Makefile b/lib/Makefile index 6dcd178..29095c7 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -188,7 +188,7 @@ _libsmb= libsmb _libvgl= libvgl .endif -.if ${MACHINE_ARCH} == "powerpc" +.if ${MACHINE_CPUARCH} == "powerpc" _libsmb= libsmb .endif -- cgit v1.1