From ad66e2e59d3e17291aa928a05b9b1f38310236f0 Mon Sep 17 00:00:00 2001 From: marcus Date: Thu, 27 Oct 2005 00:08:39 +0000 Subject: Replace /usr/X11R6 with ${X11BASE} to fix the build with non-default base paths. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4971 df743ca5-7f9a-e211-a948-0013205c9059 --- www/seamonkey/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'www/seamonkey') 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|||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' \ -- cgit v1.2.3