aboutsummaryrefslogtreecommitdiffstats
path: root/lang/gcc-aux
diff options
context:
space:
mode:
authormarino <marino@FreeBSD.org>2015-07-15 00:18:35 +0800
committermarino <marino@FreeBSD.org>2015-07-15 00:18:35 +0800
commitb1e1662d35fd624769f6271d1ceb63011c4907b1 (patch)
tree55fa8b7dd30544561617806cd180f240d02f89ff /lang/gcc-aux
parent0a7cdc9de42528a76519fef844279708c8b09d59 (diff)
downloadfreebsd-ports-graphics-b1e1662d35fd624769f6271d1ceb63011c4907b1.tar.gz
freebsd-ports-graphics-b1e1662d35fd624769f6271d1ceb63011c4907b1.tar.zst
freebsd-ports-graphics-b1e1662d35fd624769f6271d1ceb63011c4907b1.zip
lang/gcc-aux: Attempt to fix lang/gnatdroid breakage
Reported by: pkg-failout
Diffstat (limited to 'lang/gcc-aux')
-rw-r--r--lang/gcc-aux/files/diff-ada13
1 files changed, 0 insertions, 13 deletions
diff --git a/lang/gcc-aux/files/diff-ada b/lang/gcc-aux/files/diff-ada
index 7e9d5e1ef95..aeeb2e3c824 100644
--- a/lang/gcc-aux/files/diff-ada
+++ b/lang/gcc-aux/files/diff-ada
@@ -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 @@