Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 Sep 2012 23:18:47 GMT
From:      svn-freebsd-gecko@chruetertee.ch
To:        freebsd-gecko@freebsd.org
Subject:   [SVN-Commit] r977 - trunk/security/nss/files
Message-ID:  <201209032318.q83NIlb5072217@trillian.chruetertee.ch>

next in thread | raw e-mail | index | archive | help

Author: jbeich
Date: Mon Sep  3 23:18:47 2012
New Revision: 977

Log:
unbreak powerpc64 after r907

Reported by:	andreast

Modified:
   trunk/security/nss/files/patch-..::coreconf::FreeBSD.mk

Modified: trunk/security/nss/files/patch-..::coreconf::FreeBSD.mk
==============================================================================
--- trunk/security/nss/files/patch-..::coreconf::FreeBSD.mk	Mon Sep  3 13:23:23 2012	(r976)
+++ trunk/security/nss/files/patch-..::coreconf::FreeBSD.mk	Mon Sep  3 23:18:47 2012	(r977)
@@ -13,14 +13,15 @@
  RANLIB			= ranlib
  
  CPU_ARCH		= $(OS_TEST)
-@@ -52,6 +52,12 @@ endif
+@@ -52,6 +52,13 @@ endif
  ifeq ($(CPU_ARCH),amd64)
  CPU_ARCH		= x86_64
  endif
 +ifneq (,$(filter powerpc%, $(CPU_ARCH)))
 +CPU_ARCH		= ppc
 +endif
-+ifneq (,$(filter %64, $(CPU_ARCH)))
++
++ifneq (,$(filter %64, $(OS_TEST)))
 +USE_64			= 1
 +endif
  



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