Gentoo Archives: gentoo-commits

From: "Chi-Thanh Christopher Nguyen (chithanh)" <chithanh@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in www-plugins/gnash/files: gnash-0.8.8-external-dejagnu.patch
Date: Wed, 29 Sep 2010 00:29:51
Message-Id: 20100929002945.DB3BC2003C@flycatcher.gentoo.org
1 chithanh 10/09/29 00:29:45
2
3 Added: gnash-0.8.8-external-dejagnu.patch
4 Log:
5 Fix building of tests, bug #321017
6
7 (Portage version: 2.2_rc85/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 www-plugins/gnash/files/gnash-0.8.8-external-dejagnu.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/gnash/files/gnash-0.8.8-external-dejagnu.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/gnash/files/gnash-0.8.8-external-dejagnu.patch?rev=1.1&content-type=text/plain
14
15 Index: gnash-0.8.8-external-dejagnu.patch
16 ===================================================================
17 diff -ur a/plugin/npapi/test.cpp b/plugin/npapi/test.cpp
18 --- a/plugin/npapi/test.cpp 2010-08-07 17:50:01.000000000 +0200
19 +++ b/plugin/npapi/test.cpp 2010-09-29 00:08:15.735999998 +0200
20 @@ -27,7 +27,7 @@
21 #include "npruntime.h"
22 #include "pluginbase.h"
23 #include "npfunctions.h"
24 -#include "dejagnu.h"
25 +#include <dejagnu.h>
26 #include <regex.h>
27
28 #include "external.h"
29 diff -ur a/testsuite/check.h b/testsuite/check.h
30 --- a/testsuite/check.h 2010-08-07 17:50:01.000000000 +0200
31 +++ b/testsuite/check.h 2010-09-29 00:08:33.032999999 +0200
32 @@ -11,7 +11,7 @@
33
34 #define HAVE_DEJAGNU_H 1 // we ship our own now...
35 #ifdef HAVE_DEJAGNU_H
36 -#include "dejagnu.h"
37 +#include <dejagnu.h>
38
39 #define info(x) note x