svn commit: r303529 - head/devel/binutils/files

Mark Linimon linimon at FreeBSD.org
Sun Sep 2 05:07:01 UTC 2012


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.



More information about the svn-ports-all mailing list