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
 
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to