Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 2 Oct 2009 20:35:57 GMT
From:      svn-freebsd-gecko@chruetertee.ch
To:        freebsd-gecko@freebsd.org
Subject:   [SVN-Commit] r126 - branches/experimental/www/seamonkey-devel
Message-ID:  <200910022035.n92KZvqQ083106@trillian.chruetertee.ch>

next in thread | raw e-mail | index | archive | help
Author: andreast
Date: Fri Oct  2 20:35:57 2009
New Revision: 126

Log:
Add powerpc support.

Modified:
   branches/experimental/www/seamonkey-devel/Makefile

Modified: branches/experimental/www/seamonkey-devel/Makefile
==============================================================================
--- branches/experimental/www/seamonkey-devel/Makefile	Fri Oct  2 14:38:48 2009	(r125)
+++ branches/experimental/www/seamonkey-devel/Makefile	Fri Oct  2 20:35:57 2009	(r126)
@@ -67,7 +67,8 @@
 MOZSRC:=	${WRKDIR}/comm-central/mozilla
 WRKSRC=		${WRKDIR}/comm-central
 
-GECKO_PTHREAD_LIBS!=${CC} -dumpspecs | ${GREP} -m 1 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 ${HAVE_GNOME:Mlibgnomeui}!=""
 USE_GNOME+=	libgnomeui



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