[SVN-Commit] r802 - in branches/experimental: Mk www/firefox-esr www/libxul

svn-freebsd-gecko at chruetertee.ch svn-freebsd-gecko at chruetertee.ch
Tue Jun 26 05:47:24 UTC 2012


Author: jbeich
Date: Tue Jun 26 05:47:16 2012
New Revision: 802

Log:
formatting

Modified:
   branches/experimental/Mk/bsd.gecko.mk
   branches/experimental/www/firefox-esr/Makefile
   branches/experimental/www/libxul/Makefile

Modified: branches/experimental/Mk/bsd.gecko.mk
==============================================================================
--- branches/experimental/Mk/bsd.gecko.mk	Mon Jun 25 21:04:12 2012	(r801)
+++ branches/experimental/Mk/bsd.gecko.mk	Tue Jun 26 05:47:16 2012	(r802)
@@ -480,6 +480,7 @@
 # MOZ_EXPORT			Environment variables for the build process (added
 # 						to .mozconfig). If NOMOZCONFIG is defined, you
 # 						probably want to set MAKE_ENV+=${MOZ_EXPORT}
+#
 # MOZ_CHROME			A variable for the --enable-chrome-format= in
 # 						CONFIGURE_ARGS. The default is omni.
 #

Modified: branches/experimental/www/firefox-esr/Makefile
==============================================================================
--- branches/experimental/www/firefox-esr/Makefile	Mon Jun 25 21:04:12 2012	(r801)
+++ branches/experimental/www/firefox-esr/Makefile	Tue Jun 26 05:47:16 2012	(r802)
@@ -93,7 +93,7 @@
 .endif
 
 .if !empty(CXX:M*clang++*)
-CXXFLAGS+= -Wno-return-type-c-linkage
+CXXFLAGS+=	-Wno-return-type-c-linkage
 .endif
 
 .if ${CXXFLAGS:M-stdlib=libc++}

Modified: branches/experimental/www/libxul/Makefile
==============================================================================
--- branches/experimental/www/libxul/Makefile	Mon Jun 25 21:04:12 2012	(r801)
+++ branches/experimental/www/libxul/Makefile	Tue Jun 26 05:47:16 2012	(r802)
@@ -73,7 +73,7 @@
 .endif
 
 .if !empty(CXX:M*clang++*)
-CXXFLAGS+= -Wno-return-type-c-linkage
+CXXFLAGS+=	-Wno-return-type-c-linkage
 .endif
 
 .if ${CXXFLAGS:M-stdlib=libc++}


More information about the freebsd-gecko mailing list