Chase the location of the NSS header files.

This commit is contained in:
Joe Marcus Clarke 2003-04-12 20:59:45 +00:00
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

View file

@ -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)

View file

@ -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)