Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Oct 2010 21:46:26 GMT
From:      svn-freebsd-gecko@chruetertee.ch
To:        freebsd-gecko@freebsd.org
Subject:   [SVN-Commit] r416 - branches/experimental/www/libxul trunk/www/libxul
Message-ID:  <201010252146.o9PLkQ0W088359@trillian.chruetertee.ch>

next in thread | raw e-mail | index | archive | help
Author: beat
Date: Mon Oct 25 21:46:26 2010
New Revision: 416

Log:
- Fix build with custom LOCALBASE

Submitted by:	kmoore

Modified:
   branches/experimental/www/libxul/Makefile
   trunk/www/libxul/Makefile

Modified: branches/experimental/www/libxul/Makefile
==============================================================================
--- branches/experimental/www/libxul/Makefile	Sun Oct 24 08:25:36 2010	(r415)
+++ branches/experimental/www/libxul/Makefile	Mon Oct 25 21:46:26 2010	(r416)
@@ -73,6 +73,8 @@
 	${REINPLACE_CMD} -e 's|%%PTHREAD_LIBS%%|${PTHREAD_LIBS:C/-pthread/${GECKO_PTHREAD_LIBS}/}|' \
 	    	${WRKSRC}/storage/build/Makefile.in \
 		${WRKSRC}/db/sqlite3/src/Makefile.in
+	${REINPLACE_CMD} -e 's|/usr/local/include|${LOCALBASE}/include|' \
+	    	${WRKSRC}/js/src/config/mkdepend/Makefile.in
 	@${REINPLACE_CMD} -e 's|-lc_r|${PTHREAD_LIBS}|g ; \
 		s|-lpthread|${PTHREAD_LIBS}|g ; \
 		s|echo aout|echo elf|g ; \

Modified: trunk/www/libxul/Makefile
==============================================================================
--- trunk/www/libxul/Makefile	Sun Oct 24 08:25:36 2010	(r415)
+++ trunk/www/libxul/Makefile	Mon Oct 25 21:46:26 2010	(r416)
@@ -73,6 +73,8 @@
 	${REINPLACE_CMD} -e 's|%%PTHREAD_LIBS%%|${PTHREAD_LIBS:C/-pthread/${GECKO_PTHREAD_LIBS}/}|' \
 	    	${WRKSRC}/storage/build/Makefile.in \
 		${WRKSRC}/db/sqlite3/src/Makefile.in
+	${REINPLACE_CMD} -e 's|/usr/local/include|${LOCALBASE}/include|' \
+	    	${WRKSRC}/js/src/config/mkdepend/Makefile.in
 	@${REINPLACE_CMD} -e 's|-lc_r|${PTHREAD_LIBS}|g ; \
 		s|-lpthread|${PTHREAD_LIBS}|g ; \
 		s|echo aout|echo elf|g ; \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201010252146.o9PLkQ0W088359>