- Fix build on FreeBSD 7

Reported by:	pointyhead (via pav)
Approved by:	portmgr (pav)
This commit is contained in:
Johan van Selst 2007-11-14 18:38:40 +00:00
parent 964ffd4fb8
commit f51c28d0ef
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=202712

View file

@ -69,6 +69,7 @@ post-patch:
-e 's|^confexecdir =.*$$|confexecdir = \$$(sysconfdir)|g' \
-e 's|/tmp/\*\.log|${WRKSRC}/*.log|g' \
${WRKSRC}/Makefile.in
@${REINPLACE_CMD} -e '/objformat=/s|=.*|=elf|' ${WRKSRC}/configure
@${REINPLACE_CMD} -e 's|-ldl"|"|' \
-e 's,with_nspr/include,with_nspr/include/nspr ${PTHREAD_CFLAGS},' \
-e 's,with_nss/include,with_nss/include/nss/nss,' \