public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in www-plugins/gnash/files: gnash-0.8.8-external-dejagnu.patch
@ 2010-09-29  0:29 Chi-Thanh Christopher Nguyen (chithanh)
  0 siblings, 0 replies; only message in thread
From: Chi-Thanh Christopher Nguyen (chithanh) @ 2010-09-29  0:29 UTC (permalink / raw
  To: gentoo-commits

chithanh    10/09/29 00:29:45

  Added:                gnash-0.8.8-external-dejagnu.patch
  Log:
  Fix building of tests, bug #321017
  
  (Portage version: 2.2_rc85/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  www-plugins/gnash/files/gnash-0.8.8-external-dejagnu.patch

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
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

Index: gnash-0.8.8-external-dejagnu.patch
===================================================================
diff -ur a/plugin/npapi/test.cpp b/plugin/npapi/test.cpp
--- a/plugin/npapi/test.cpp	2010-08-07 17:50:01.000000000 +0200
+++ b/plugin/npapi/test.cpp	2010-09-29 00:08:15.735999998 +0200
@@ -27,7 +27,7 @@
 #include "npruntime.h"
 #include "pluginbase.h"
 #include "npfunctions.h"
-#include "dejagnu.h"
+#include <dejagnu.h>
 #include <regex.h>
 
 #include "external.h"
diff -ur a/testsuite/check.h b/testsuite/check.h
--- a/testsuite/check.h	2010-08-07 17:50:01.000000000 +0200
+++ b/testsuite/check.h	2010-09-29 00:08:33.032999999 +0200
@@ -11,7 +11,7 @@
 
 #define HAVE_DEJAGNU_H 1 // we ship our own now...
 #ifdef HAVE_DEJAGNU_H
-#include "dejagnu.h"
+#include <dejagnu.h>
 
 #define info(x) note x
 






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-09-29  0:29 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-29  0:29 [gentoo-commits] gentoo-x86 commit in www-plugins/gnash/files: gnash-0.8.8-external-dejagnu.patch Chi-Thanh Christopher Nguyen (chithanh)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox