mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 01:09:24 -04:00
Chase the location of the NSS header files.
This commit is contained in:
parent
76d9aafc91
commit
153eabb188
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=78825
2 changed files with 2 additions and 2 deletions
|
@ -45,7 +45,7 @@ CONFIGURE_ARGS= --with-db3-libs=${DB3_WRKSRC} \
|
|||
--with-db3-includes=${DB3_WRKSRC} \
|
||||
--with-nspr-includes=${LOCALBASE}/include/nspr \
|
||||
--with-nspr-libs=${LOCALBASE}/lib \
|
||||
--with-nss-includes=${LOCALBASE}/include/nss/security \
|
||||
--with-nss-includes=${LOCALBASE}/include/nss/nss \
|
||||
--with-nss-libs=${LOCALBASE}/lib
|
||||
|
||||
.if defined(WITH_LDAP)
|
||||
|
|
|
@ -45,7 +45,7 @@ CONFIGURE_ARGS= --with-db3-libs=${DB3_WRKSRC} \
|
|||
--with-db3-includes=${DB3_WRKSRC} \
|
||||
--with-nspr-includes=${LOCALBASE}/include/nspr \
|
||||
--with-nspr-libs=${LOCALBASE}/lib \
|
||||
--with-nss-includes=${LOCALBASE}/include/nss/security \
|
||||
--with-nss-includes=${LOCALBASE}/include/nss/nss \
|
||||
--with-nss-libs=${LOCALBASE}/lib
|
||||
|
||||
.if defined(WITH_LDAP)
|
||||
|
|
Loading…
Add table
Reference in a new issue