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 635AC13824A for ; Sat, 7 May 2016 20:38:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AF225E085B; Sat, 7 May 2016 20:38:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3C2BCE085B for ; Sat, 7 May 2016 20:38:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 480253407E6 for ; Sat, 7 May 2016 20:38:09 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B8223188 for ; Sat, 7 May 2016 20:38:06 +0000 (UTC) From: "Ian Stakenvicius" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ian Stakenvicius" Message-ID: <1462568893.c8ccf408a003e5118d8aba331a4f981bb0210ea7.axs@gentoo> Subject: [gentoo-commits] proj/mozilla:master commit in: www-client/firefox/files/ X-VCS-Repository: proj/mozilla X-VCS-Files: www-client/firefox/files/crossdev-nss.m4.pkg-config.patch X-VCS-Directories: www-client/firefox/files/ X-VCS-Committer: axs X-VCS-Committer-Name: Ian Stakenvicius X-VCS-Revision: c8ccf408a003e5118d8aba331a4f981bb0210ea7 X-VCS-Branch: master Date: Sat, 7 May 2016 20:38:06 +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: 4b491c80-2af7-413d-b72c-247c6e5c09ec X-Archives-Hash: 372d5136ce012ec2d9ed5201ad775353 commit: c8ccf408a003e5118d8aba331a4f981bb0210ea7 Author: Ian Stakenvicius gentoo org> AuthorDate: Fri May 6 21:08:13 2016 +0000 Commit: Ian Stakenvicius gentoo org> CommitDate: Fri May 6 21:08:13 2016 +0000 URL: https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=c8ccf408 committed a patch to nss.m4 to support crossdev, but did not apply it .../firefox/files/crossdev-nss.m4.pkg-config.patch | 33 ++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/www-client/firefox/files/crossdev-nss.m4.pkg-config.patch b/www-client/firefox/files/crossdev-nss.m4.pkg-config.patch new file mode 100644 index 0000000..e3ac8f8 --- /dev/null +++ b/www-client/firefox/files/crossdev-nss.m4.pkg-config.patch @@ -0,0 +1,33 @@ +--- a/build/autoconf/nss.m4 2015-11-20 15:37:26.951993242 -0500 ++++ b/build/autoconf/nss.m4 2015-11-20 15:37:19.431992752 -0500 +@@ -8,6 +8,8 @@ + AC_DEFUN([AM_PATH_NSS], + [dnl + ++PKG_CHECK_MODULES([NSS],[nss >= $1],[ifelse([$2], , :, [$2])],[ ++ + AC_ARG_WITH(nss-prefix, + [ --with-nss-prefix=PFX Prefix where NSS is installed], + nss_config_prefix="$withval", +@@ -84,8 +86,9 @@ + ifelse([$3], , :, [$3]) + fi + ++ ]) + +- AC_SUBST(NSS_CFLAGS) ++ AC_SUBST_LIST(NSS_CFLAGS) + AC_SUBST_LIST(NSS_LIBS) + + ]) +--- a/configure.in 2015-11-20 15:40:57.401762087 -0500 ++++ b/configure.in 2015-11-20 15:50:10.080854755 -0500 +@@ -8775,7 +8775,7 @@ + AC_SUBST(NSPR_CFLAGS) + AC_SUBST(MOZ_NATIVE_NSPR) + +-AC_SUBST(NSS_CFLAGS) ++AC_SUBST_LIST(NSS_CFLAGS) + AC_SUBST(MOZ_NATIVE_NSS) + AC_SUBST(NSS_DISABLE_DBM) +