From 6ea814330923f8d99531129f83d738e8e531c058 Mon Sep 17 00:00:00 2001 From: beat Date: Mon, 3 Jan 2011 11:39:46 +0000 Subject: - 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 --- www/libxul/Makefile | 3 +-- 1 file changed, 1 insertion(+), 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 -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 -- cgit