diff options
author | Florian Smeets <flo@FreeBSD.org> | 2012-10-10 21:13:06 +0000 |
---|---|---|
committer | Florian Smeets <flo@FreeBSD.org> | 2012-10-10 21:13:06 +0000 |
commit | 98ff1f74fb3f09d69165fc711a54df23a7127a23 (patch) | |
tree | 16010259bfe88bdd615bd9a206f3377ee212913d /security/nss | |
parent | 383d692c9cac9d4848e5f6e8c42c90128fcb738c (diff) |
Notes
Diffstat (limited to 'security/nss')
-rw-r--r-- | security/nss/Makefile | 1 | ||||
-rw-r--r-- | security/nss/files/nss-config.in | 2 | ||||
-rw-r--r-- | security/nss/files/patch-..::coreconf::ruleset.mk | 11 |
3 files changed, 13 insertions, 1 deletions
diff --git a/security/nss/Makefile b/security/nss/Makefile index 1c7689d895f0..ae20f16c7342 100644 --- a/security/nss/Makefile +++ b/security/nss/Makefile @@ -7,6 +7,7 @@ PORTNAME= nss PORTVERSION= ${_MAJOR}.${_MINOR}.${_PATCH} +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_MOZILLA} MASTER_SITE_SUBDIR= security/nss/releases/NSS_${PORTVERSION:S/./_/g}_RTM/src diff --git a/security/nss/files/nss-config.in b/security/nss/files/nss-config.in index c826fc6aea69..4e7f19737940 100644 --- a/security/nss/files/nss-config.in +++ b/security/nss/files/nss-config.in @@ -123,7 +123,7 @@ if test "$echo_libdir" = "yes"; then fi if test "$echo_cflags" = "yes"; then - echo -I$includedir + echo -I$includedir -I$includedir/nss fi if test "$echo_libs" = "yes"; then diff --git a/security/nss/files/patch-..::coreconf::ruleset.mk b/security/nss/files/patch-..::coreconf::ruleset.mk new file mode 100644 index 000000000000..fd21eb0ca2fc --- /dev/null +++ b/security/nss/files/patch-..::coreconf::ruleset.mk @@ -0,0 +1,11 @@ +--- ../coreconf/ruleset.mk~ ++++ ../coreconf/ruleset.mk +@@ -85,7 +85,7 @@ + # + + ifndef COMPILER_TAG +- ifneq ($(DEFAULT_COMPILER), $(notdir $(firstword $(CC)))) ++ ifneq ($(DEFAULT_COMPILER), $(CC)) + # + # Temporary define for the Client; to be removed when binary release is used + # |