public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-util/xxdiff/files: xxdiff-4.0_beta1_p20110426-gcc47.patch
@ 2012-11-30 20:39 Markos Chandras (hwoarang)
  0 siblings, 0 replies; only message in thread
From: Markos Chandras (hwoarang) @ 2012-11-30 20:39 UTC (permalink / raw
  To: gentoo-commits

hwoarang    12/11/30 20:39:15

  Added:                xxdiff-4.0_beta1_p20110426-gcc47.patch
  Log:
  Apply upstream patch to fix building with gcc-4.7. Bug #442302
  
  (Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key B4AFF2C2)

Revision  Changes    Path
1.1                  dev-util/xxdiff/files/xxdiff-4.0_beta1_p20110426-gcc47.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/xxdiff/files/xxdiff-4.0_beta1_p20110426-gcc47.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/xxdiff/files/xxdiff-4.0_beta1_p20110426-gcc47.patch?rev=1.1&content-type=text/plain

Index: xxdiff-4.0_beta1_p20110426-gcc47.patch
===================================================================
https://bugs.gentoo.org/show_bug.cgi?id=442302

# HG changeset patch
# User Martin Blais <mblais@marketfactory.com>
# Date 1339464558 14400
# Node ID 00d868ea5f4a92f4b5c7e2665403eb18c7390aca
# Parent  fdc247a7d9e51ca71b284f592be33f0465140f6b
Fixed compile error that only shows up in FC17 with gcc-4.7.

diff -r fdc247a7d9e5 -r 00d868ea5f4a src/main.h
--- a/src/main.h	Mon Feb 20 10:46:22 2012 -0500
+++ b/src/main.h	Mon Jun 11 21:29:18 2012 -0400
@@ -35,6 +35,10 @@
  * PUBLIC DECLARATIONS
  *============================================================================*/
 
+extern "C" {
+
 extern char** environ;
 
+}
+
 #endif






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

only message in thread, other threads:[~2012-11-30 20:39 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-30 20:39 [gentoo-commits] gentoo-x86 commit in dev-util/xxdiff/files: xxdiff-4.0_beta1_p20110426-gcc47.patch Markos Chandras (hwoarang)

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