aboutsummaryrefslogtreecommitdiffstats
path: root/www/libxul
diff options
context:
space:
mode:
authorbeat <beat@FreeBSD.org>2011-01-03 19:39:46 +0800
committerbeat <beat@FreeBSD.org>2011-01-03 19:39:46 +0800
commit6ea814330923f8d99531129f83d738e8e531c058 (patch)
treedc59090d366bcf3047fd24040a1f65c72b7e103c /www/libxul
parent58ad54c994ebbf9ae5c476b6a382c1ef150d6be8 (diff)
downloadfreebsd-ports-gnome-6ea814330923f8d99531129f83d738e8e531c058.tar.gz
freebsd-ports-gnome-6ea814330923f8d99531129f83d738e8e531c058.tar.zst
freebsd-ports-gnome-6ea814330923f8d99531129f83d738e8e531c058.zip
- 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>
Diffstat (limited to 'www/libxul')
-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