diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-10-27 00:06:23 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-10-27 00:06:23 +0000 |
commit | 299fdf73059343089d65ec4f741c57bae51490ea (patch) | |
tree | a1e2c3b8feb9fbf26e3dd7b7833d0e1c28f6d7e5 /www/mozilla | |
parent | 1b2cbe7b07a86e5d05f5aba6bf65e66767a2308e (diff) |
Notes
Diffstat (limited to 'www/mozilla')
-rw-r--r-- | www/mozilla/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/mozilla/Makefile b/www/mozilla/Makefile index 67deaff032a5..2dd54d7ebc81 100644 --- a/www/mozilla/Makefile +++ b/www/mozilla/Makefile @@ -222,7 +222,8 @@ post-patch: @${FIND} ${WRKSRC}/other-licenses/libical -name "*.c" | ${XARGS} \ ${REINPLACE_CMD} 's|<malloc.h>|<stdlib.h>|g' @${REINPLACE_CMD} -e 's|-lc_r|${PTHREAD_LIBS}|g ; \ - s|-lpthread|${PTHREAD_LIBS}|g' \ + s|-lpthread|${PTHREAD_LIBS}|g ; \ + s|/usr/X11R6|${X11BASE}|g' \ ${WRKSRC}/configure \ ${WRKSRC}/nsprpub/configure @${REINPLACE_CMD} -e 's|-pthread|${PTHREAD_LIBS}|g' \ |