diff options
author | beat <beat@FreeBSD.org> | 2011-01-03 19:39:46 +0800 |
---|---|---|
committer | beat <beat@FreeBSD.org> | 2011-01-03 19:39:46 +0800 |
commit | 6ea814330923f8d99531129f83d738e8e531c058 (patch) | |
tree | dc59090d366bcf3047fd24040a1f65c72b7e103c /www/libxul | |
parent | 58ad54c994ebbf9ae5c476b6a382c1ef150d6be8 (diff) | |
download | freebsd-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/Makefile | 3 |
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 |