Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Nov 2018 00:12:42 +0000
From:      bugzilla-noreply@freebsd.org
To:        gecko@FreeBSD.org
Subject:   [Bug 233453] mail/thunderbird: use textproc/gsed for GNU extensions
Message-ID:  <bug-233453-21738-eOyjhkniqg@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-233453-21738@https.bugs.freebsd.org/bugzilla/>
References:  <bug-233453-21738@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D233453

Jan Beich <jbeich@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #199545|0                           |1
        is obsolete|                            |

--- Comment #3 from Jan Beich <jbeich@FreeBSD.org> ---
Comment on attachment 199545
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D199545
Replace \S with [^[:space:]] (put under files/ directory)

> +ac_configure_args=3D"`echo $ac_configure_args | sed -e 's/--with-system-=
nspr[^[:space:]]* *//'`"

Doh, [ and ] have to be escaped in autoconf e.g., [^[:space:]] ->
[[^[:space:]]].

--=20
You are receiving this mail because:
You are on the CC list for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-233453-21738-eOyjhkniqg>