diff options
author | Keri Harris <keri@gentoo.org> | 2010-08-26 07:29:04 +0000 |
---|---|---|
committer | Keri Harris <keri@gentoo.org> | 2010-08-26 07:29:04 +0000 |
commit | 0512a80f192ae085f7418235b335f256262b1789 (patch) | |
tree | 71f434570f48f8c6d996c688e792c60e9daf489c /dev-lang/mozart/files | |
parent | use an existing compiler (diff) | |
download | gentoo-2-0512a80f192ae085f7418235b335f256262b1789.tar.gz gentoo-2-0512a80f192ae085f7418235b335f256262b1789.tar.bz2 gentoo-2-0512a80f192ae085f7418235b335f256262b1789.zip |
Mozart ozbison QA tidyups; mention Mozart tests can only be run single-threaded
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'dev-lang/mozart/files')
-rw-r--r-- | dev-lang/mozart/files/mozart-1.4.0-ozbison-string.patch | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/dev-lang/mozart/files/mozart-1.4.0-ozbison-string.patch b/dev-lang/mozart/files/mozart-1.4.0-ozbison-string.patch new file mode 100644 index 000000000000..1965b60496b1 --- /dev/null +++ b/dev-lang/mozart/files/mozart-1.4.0-ozbison-string.patch @@ -0,0 +1,33 @@ +diff -ur mozart-1.4.0.20080704.orig/platform/tools/gump/ozbison/conflicts.c mozart-1.4.0.20080704/platform/tools/gump/ozbison/conflicts.c +--- mozart-1.4.0.20080704.orig/platform/tools/gump/ozbison/conflicts.c 1998-12-17 02:55:09.000000000 +1300 ++++ mozart-1.4.0.20080704/platform/tools/gump/ozbison/conflicts.c 2010-08-25 20:00:30.000000000 +1200 +@@ -18,6 +18,7 @@ + the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ + + #include <stdio.h> ++#include <string.h> + #include "system.h" + #include "machine.h" + #include "new.h" +diff -ur mozart-1.4.0.20080704.orig/platform/tools/gump/ozbison/print.c mozart-1.4.0.20080704/platform/tools/gump/ozbison/print.c +--- mozart-1.4.0.20080704.orig/platform/tools/gump/ozbison/print.c 1998-02-07 00:31:08.000000000 +1300 ++++ mozart-1.4.0.20080704/platform/tools/gump/ozbison/print.c 2010-08-25 20:00:14.000000000 +1200 +@@ -19,6 +19,7 @@ + + + #include <stdio.h> ++#include <string.h> + #include "system.h" + #include "machine.h" + #include "new.h" +diff -ur mozart-1.4.0.20080704.orig/platform/tools/gump/ozbison/symtab.c mozart-1.4.0.20080704/platform/tools/gump/ozbison/symtab.c +--- mozart-1.4.0.20080704.orig/platform/tools/gump/ozbison/symtab.c 1998-02-07 00:31:08.000000000 +1300 ++++ mozart-1.4.0.20080704/platform/tools/gump/ozbison/symtab.c 2010-08-25 19:59:28.000000000 +1200 +@@ -19,6 +19,7 @@ + + + #include <stdio.h> ++#include <string.h> + #include "system.h" + #include "new.h" + #include "symtab.h" |