[SVN-Commit] r477 - branches/experimental/www/libxul trunk/www/libxul

svn-freebsd-gecko at chruetertee.ch svn-freebsd-gecko at chruetertee.ch
Sun Jan 2 16:24:17 UTC 2011


Author: beat
Date: Sun Jan  2 16:24:09 2011
New Revision: 477

Log:
- Remove newline in GECKO_PTHREAD_LIBS check which was introduced with the
  update to 1.9.2.
 
Submitted by:	John Hein <jhein AT symmetricom.com>

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

Modified: branches/experimental/www/libxul/Makefile
==============================================================================
--- branches/experimental/www/libxul/Makefile	Wed Dec 29 09:46:40 2010	(r476)
+++ branches/experimental/www/libxul/Makefile	Sun Jan  2 16:24:09 2011	(r477)
@@ -51,8 +51,7 @@
 
 .include <bsd.port.pre.mk>
 
-GECKO_PTHREAD_LIBS!=${CC} -dumpspecs | ${GREP} -m 1 '%{\!pg: %{pthread:' | ${SED
-} -e 's|^.*%{\!pg: %{pthread:|| ; s|}.*$$||' || ${TRUE}
+GECKO_PTHREAD_LIBS!=${CC} -dumpspecs | ${GREP} -m 1 '%{\!pg: %{pthread:' | ${SED} -e 's|^.*%{\!pg: %{pthread:|| ; s|}.*$$||' || ${TRUE}
 
 .if ${OSVERSION} < 700000
 LIB_DEPENDS+=	pulse.0:${PORTSDIR}/audio/pulseaudio

Modified: trunk/www/libxul/Makefile
==============================================================================
--- trunk/www/libxul/Makefile	Wed Dec 29 09:46:40 2010	(r476)
+++ trunk/www/libxul/Makefile	Sun Jan  2 16:24:09 2011	(r477)
@@ -51,8 +51,7 @@
 
 .include <bsd.port.pre.mk>
 
-GECKO_PTHREAD_LIBS!=${CC} -dumpspecs | ${GREP} -m 1 '%{\!pg: %{pthread:' | ${SED
-} -e 's|^.*%{\!pg: %{pthread:|| ; s|}.*$$||' || ${TRUE}
+GECKO_PTHREAD_LIBS!=${CC} -dumpspecs | ${GREP} -m 1 '%{\!pg: %{pthread:' | ${SED} -e 's|^.*%{\!pg: %{pthread:|| ; s|}.*$$||' || ${TRUE}
 
 .if ${OSVERSION} < 700000
 LIB_DEPENDS+=	pulse.0:${PORTSDIR}/audio/pulseaudio


More information about the freebsd-gecko mailing list