svn commit: r209922 - head/lib

Nathan Whitehorn nwhitehorn at FreeBSD.org
Mon Jul 12 00:56:36 UTC 2010


Author: nwhitehorn
Date: Mon Jul 12 00:56:35 2010
New Revision: 209922
URL: http://svn.freebsd.org/changeset/base/209922

Log:
  Build libsmb should be on powerpc64 as well.

Modified:
  head/lib/Makefile

Modified: head/lib/Makefile
==============================================================================
--- head/lib/Makefile	Mon Jul 12 00:54:41 2010	(r209921)
+++ head/lib/Makefile	Mon Jul 12 00:56:35 2010	(r209922)
@@ -188,7 +188,7 @@ _libsmb=	libsmb
 _libvgl=	libvgl
 .endif
 
-.if ${MACHINE_ARCH} == "powerpc"
+.if ${MACHINE_CPUARCH} == "powerpc"
 _libsmb=	libsmb
 .endif
 


More information about the svn-src-head mailing list