diff options
Diffstat (limited to 'www')
-rw-r--r-- | www/mozilla-devel/Makefile | 5 | ||||
-rw-r--r-- | www/mozilla/Makefile | 5 | ||||
-rw-r--r-- | www/seamonkey/Makefile | 5 |
3 files changed, 9 insertions, 6 deletions
diff --git a/www/mozilla-devel/Makefile b/www/mozilla-devel/Makefile index 7b01b83e0..09564c77c 100644 --- a/www/mozilla-devel/Makefile +++ b/www/mozilla-devel/Makefile @@ -3,7 +3,7 @@ # Whom: eivind/dima/jseger # # $FreeBSD$ -# $MCom: ports/www/mozilla-devel/Makefile,v 1.8 2005/09/10 17:49:54 pav Exp $ +# $MCom: ports/www/mozilla-devel/Makefile,v 1.9 2005/09/23 20:49:58 mezz Exp $ # PORTNAME?= mozilla @@ -221,7 +221,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' \ diff --git a/www/mozilla/Makefile b/www/mozilla/Makefile index 39932b483..43b77feb4 100644 --- a/www/mozilla/Makefile +++ b/www/mozilla/Makefile @@ -3,7 +3,7 @@ # Whom: eivind/dima/jseger # # $FreeBSD$ -# $MCom: ports/www/mozilla/Makefile,v 1.21 2005/09/23 20:49:57 mezz Exp $ +# $MCom: ports/www/mozilla/Makefile,v 1.22 2005/09/25 20:15:46 marcus Exp $ # PORTNAME= mozilla @@ -223,7 +223,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' \ diff --git a/www/seamonkey/Makefile b/www/seamonkey/Makefile index 39932b483..43b77feb4 100644 --- a/www/seamonkey/Makefile +++ b/www/seamonkey/Makefile @@ -3,7 +3,7 @@ # Whom: eivind/dima/jseger # # $FreeBSD$ -# $MCom: ports/www/mozilla/Makefile,v 1.21 2005/09/23 20:49:57 mezz Exp $ +# $MCom: ports/www/mozilla/Makefile,v 1.22 2005/09/25 20:15:46 marcus Exp $ # PORTNAME= mozilla @@ -223,7 +223,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' \ |