From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 615F31388BF for ; Thu, 18 Feb 2016 03:07:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DD9B921C016; Thu, 18 Feb 2016 03:07:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8695921C016 for ; Thu, 18 Feb 2016 03:07:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 82A9233BF0B for ; Thu, 18 Feb 2016 03:06:58 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 37B8DCEB for ; Thu, 18 Feb 2016 03:06:57 +0000 (UTC) From: "Jory Pratt" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jory Pratt" Message-ID: <1455764777.bbebf16b181f7f49539fc82a9b4a5a8276b5e550.anarchy@gentoo> Subject: [gentoo-commits] proj/mozilla:master commit in: dev-libs/nss/files/ X-VCS-Repository: proj/mozilla X-VCS-Files: dev-libs/nss/files/nss-3.21-hppa-byte_order.patch X-VCS-Directories: dev-libs/nss/files/ X-VCS-Committer: anarchy X-VCS-Committer-Name: Jory Pratt X-VCS-Revision: bbebf16b181f7f49539fc82a9b4a5a8276b5e550 X-VCS-Branch: master Date: Thu, 18 Feb 2016 03:06:57 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 96a3db9f-39c8-464a-9336-89f97d96e6d1 X-Archives-Hash: 27c383ab392963f405890500bbfd57c0 commit: bbebf16b181f7f49539fc82a9b4a5a8276b5e550 Author: Jory A. Pratt gentoo org> AuthorDate: Thu Feb 18 03:06:17 2016 +0000 Commit: Jory Pratt gentoo org> CommitDate: Thu Feb 18 03:06:17 2016 +0000 URL: https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=bbebf16b dev-libs/nss - add missing hppa-byte-order patch dev-libs/nss/files/nss-3.21-hppa-byte_order.patch | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/dev-libs/nss/files/nss-3.21-hppa-byte_order.patch b/dev-libs/nss/files/nss-3.21-hppa-byte_order.patch new file mode 100644 index 0000000..703df99 --- /dev/null +++ b/dev-libs/nss/files/nss-3.21-hppa-byte_order.patch @@ -0,0 +1,16 @@ +--- a/nss/lib/dbm/include/mcom_db.h ++++ b/nss/lib/dbm/include/mcom_db.h +@@ -110,11 +110,13 @@ + #endif /* !BYTE_ORDER */ + #endif /* __sun */ + ++#ifndef BYTE_ORDER + #if defined(__hpux) || defined(__hppa) + #define BYTE_ORDER BIG_ENDIAN + #define BIG_ENDIAN 4321 + #define LITTLE_ENDIAN 1234 /* LSB first: i386, vax, all NT risc */ + #endif ++#endif /* !BYTE_ORDER */ + + #if defined(AIXV3) || defined(AIX) + /* BYTE_ORDER, LITTLE_ENDIAN, BIG_ENDIAN are all defined here */