Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 Jan 2011 16:24:09 GMT
From:      svn-freebsd-gecko@chruetertee.ch
To:        freebsd-gecko@freebsd.org
Subject:   [SVN-Commit] r477 - branches/experimental/www/libxul trunk/www/libxul
Message-ID:  <201101021624.p02GO9og006765@trillian.chruetertee.ch>

next in thread | raw e-mail | index | archive | help
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



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