diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-12-18 02:42:25 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-12-18 02:42:25 +0800 |
commit | 4a2971339141640339e175a46d3405abba3d8605 (patch) | |
tree | 42cc332b5f3cb9a28f0605555c33e40a43e60a10 /security | |
parent | 635c98c7aa835f73ca5d45e1b9cddca959cdb96f (diff) | |
download | marcuscom-ports-4a2971339141640339e175a46d3405abba3d8605.tar.gz marcuscom-ports-4a2971339141640339e175a46d3405abba3d8605.tar.zst marcuscom-ports-4a2971339141640339e175a46d3405abba3d8605.zip |
Support include/nss and include/nss/nss for ports that use #include <xx.h> or
#include <nss/xx.h> since there is no hard define way to include nss headers.
If we want to do this in nss-config a minor rewrite of nss-config is needed.
Reported by: Pascal Hofstee <caelian@gmail.com>
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8050 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'security')
-rw-r--r-- | security/nss/Makefile | 4 | ||||
-rw-r--r-- | security/nss/files/nss.pc.in | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/security/nss/Makefile b/security/nss/Makefile index e216f5160..61297e6de 100644 --- a/security/nss/Makefile +++ b/security/nss/Makefile @@ -3,11 +3,11 @@ # Whom: Maxim Sobolev <sobomax@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/security/nss/Makefile,v 1.3 2006/12/09 15:43:12 ahze Exp $ +# $MCom: ports/security/nss/Makefile,v 1.4 2006/12/09 16:59:42 ahze Exp $ PORTNAME= nss PORTVERSION= ${_MAJOR}.${_MINOR}.${_PATCH} -PORTREVISION= 2 +PORTREVISION= 3 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.pc.in b/security/nss/files/nss.pc.in index 5b24db1b5..7b1714374 100644 --- a/security/nss/files/nss.pc.in +++ b/security/nss/files/nss.pc.in @@ -8,4 +8,4 @@ Description: Mozilla Network Security Services Version: @PORTVERSION@ Requires: nspr Libs: -L${libdir} -lnss3 -lsmime3 -lssl3 -Cflags: -I${includedir}/nss +Cflags: -I${includedir}/nss -I${includedir}/nss/nss |