Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 Sep 2012 05:07:01 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r303529 - head/devel/binutils/files
Message-ID:  <201209020507.q82571TW042400@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Sun Sep  2 05:07:01 2012
New Revision: 303529
URL: http://svn.freebsd.org/changeset/ports/303529

Log:
  Fix binutils build on clang.  I'm committing this with a somewhat short
  timeout as it blocks some of the work I'm doing with ports and clang;
  there are a large number of dependencies.
  
  PR:		ports/170982
  Submitted by:	brooks
  Hat:		portmgr

Added:
  head/devel/binutils/files/patch-gold_script.cc   (contents, props changed)

Added: head/devel/binutils/files/patch-gold_script.cc
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/binutils/files/patch-gold_script.cc	Sun Sep  2 05:07:01 2012	(r303529)
@@ -0,0 +1,20 @@
+
+$FreeBSD$
+
+--- gold/script.cc.dist	2012-09-01 19:52:34.000000000 -0500
++++ gold/script.cc	2012-09-01 19:53:22.000000000 -0500
+@@ -2534,8 +2534,6 @@
+     fprintf(f, "      }\n");
+ }
+ 
+-} // End namespace gold.
+-
+ // The remaining functions are extern "C", so it's clearer to not put
+ // them in namespace gold.
+ 
+@@ -3391,3 +3389,5 @@
+ 
+   return length;
+ }
++
++} // End namespace gold.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201209020507.q82571TW042400>