svn commit: r392032 - head/lang/gcc-aux/files

John Marino marino at FreeBSD.org
Tue Jul 14 16:18:36 UTC 2015


Author: marino
Date: Tue Jul 14 16:18:35 2015
New Revision: 392032
URL: https://svnweb.freebsd.org/changeset/ports/392032

Log:
  lang/gcc-aux: Attempt to fix lang/gnatdroid breakage
  
  Reported by:	pkg-failout

Modified:
  head/lang/gcc-aux/files/diff-ada

Modified: head/lang/gcc-aux/files/diff-ada
==============================================================================
--- head/lang/gcc-aux/files/diff-ada	Tue Jul 14 15:58:52 2015	(r392031)
+++ head/lang/gcc-aux/files/diff-ada	Tue Jul 14 16:18:35 2015	(r392032)
@@ -1112,19 +1112,6 @@
     Gcc_Path : String_Access := null;
  
     Non_Empty_Node : constant Project_Node_Id := 1;
---- gcc/ada/s-osinte-android.ads.orig
-+++ gcc/ada/s-osinte-android.ads
-@@ -595,8 +595,8 @@
-    type time_t is new long;
- 
-    type timespec is record
--      tv_sec  : time_t;
--      tv_nsec : long;
-+      ts_sec  : time_t;
-+      ts_nsec : long;
-    end record;
-    pragma Convention (C, timespec);
- 
 --- /dev/null
 +++ gcc/ada/s-osinte-dragonfly.adb
 @@ -0,0 +1,116 @@


More information about the svn-ports-all mailing list