On MacOSX, the sed utility errors out when parsing non-UTF8

files. Because of this, the generated cairo-test-constructor only
contained a few tests and the test suite was thus incomplete.

Original patch by Andrea Canciani <ranma42@gmail.com>
This commit is contained in:
Bryce Harrington 2015-03-10 12:15:40 -07:00
parent f840733221
commit 86fad78fcd
6 changed files with 7 additions and 7 deletions

View file

@ -1,5 +1,5 @@
/*
* Copyright © 2006 Mozilla Corporation
* Copyright © 2006 Mozilla Corporation
*
* Permission to use, copy, modify, distribute, and sell this software
* and its documentation for any purpose is hereby granted without

View file

@ -1,5 +1,5 @@
/*
* Copyright © 2008 Chris Wilson
* Copyright © 2008 Chris Wilson
*
* Permission to use, copy, modify, distribute, and sell this software
* and its documentation for any purpose is hereby granted without

View file

@ -1,5 +1,5 @@
/*
* Copyright © 2006 Jeff Muizelaar
* Copyright © 2006 Jeff Muizelaar
*
* Permission to use, copy, modify, distribute, and sell this software
* and its documentation for any purpose is hereby granted without

View file

@ -1,5 +1,5 @@
/*
* Copyright © 2008 Chris Wilson
* Copyright © 2008 Chris Wilson
*
* Permission to use, copy, modify, distribute, and sell this software
* and its documentation for any purpose is hereby granted without

View file

@ -1,5 +1,5 @@
/*
* Copyright © 2008 Chris Wilson
* Copyright © 2008 Chris Wilson
*
* Permission to use, copy, modify, distribute, and sell this software
* and its documentation for any purpose is hereby granted without

View file

@ -1,5 +1,5 @@
/*
* Copyright © 2008 Jeff Muizelaar
* Copyright © 2008 Jeff Muizelaar
*
* Permission to use, copy, modify, distribute, and sell this software
* and its documentation for any purpose is hereby granted without
@ -22,7 +22,7 @@
*
* Contributor(s):
* Jeff Muizelaar <jeff@infidigm.net>
* Kristian Høgsberg <krh@redhat.com>
* Kristian Høgsberg <krh@redhat.com>
* Behdad Esfahbod <behdad@behdad.org>
*/