Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Jul 2010 00:56:36 +0000 (UTC)
From:      Nathan Whitehorn <nwhitehorn@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r209922 - head/lib
Message-ID:  <201007120056.o6C0uaUe041724@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201007120056.o6C0uaUe041724>