Add CHECK_PORTABILITY_SKIP. This configure script is not run for nss,
and is regenerated with autoconf in the normal firefox build.
This commit is contained in:
parent
84e719dc17
commit
815ad40d51
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.43 2011/08/18 18:31:34 tnn Exp $
|
||||
# $NetBSD: Makefile,v 1.44 2011/10/03 12:51:28 tnn Exp $
|
||||
|
||||
.include "../../devel/xulrunner/dist.mk"
|
||||
PKGNAME= nss-${NSS_RELEASE}${MOZ_BRANCH_MINOR}
|
||||
|
@ -13,6 +13,7 @@ PKG_DESTDIR_SUPPORT= user-destdir
|
|||
CHECK_PORTABILITY_SKIP+=${MOZILLA_DIR}security/nss/tests/libpkix/libpkix.sh
|
||||
CHECK_PORTABILITY_SKIP+=${MOZILLA_DIR}security/nss/tests/multinit/multinit.sh
|
||||
CHECK_PORTABILITY_SKIP+=${MOZILLA_DIR}js/src/configure
|
||||
CHECK_PORTABILITY_SKIP+=${MOZILLA_DIR}configure
|
||||
|
||||
USE_TOOLS+= gmake perl pax pkg-config
|
||||
|
||||
|
|
Loading…
Reference in a new issue