summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBeat Gaetzi <beat@FreeBSD.org>2011-01-03 11:39:46 +0000
committerBeat Gaetzi <beat@FreeBSD.org>2011-01-03 11:39:46 +0000
commitc2cf6ee68b020a7958675d1bf7748d155b392620 (patch)
tree4cddecd33f171b65021e5dfc2aab295c534f167e
parent- Force commit to note repocopy (diff)
- Remove newline in GECKO_PTHREAD_LIBS check which was accidentally
introduced with the update to 1.9.2. - Do not bump PORTREVISION as this only affects PowerPC. Submitted by: John Hein <jhein AT symmetricom.com>
Notes
Notes: svn path=/head/; revision=267304
-rw-r--r--www/libxul/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/www/libxul/Makefile b/www/libxul/Makefile
index 4a50181a4300..f24ca665e630 100644
--- a/www/libxul/Makefile
+++ b/www/libxul/Makefile
@@ -51,8 +51,7 @@ OPTIONS= DBUS "Enable D-BUS support" on
.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