summaryrefslogtreecommitdiff
path: root/lang/gccAda-3.4/patches/patch-af
diff options
context:
space:
mode:
Diffstat (limited to 'lang/gccAda-3.4/patches/patch-af')
-rw-r--r--lang/gccAda-3.4/patches/patch-af13
1 files changed, 0 insertions, 13 deletions
diff --git a/lang/gccAda-3.4/patches/patch-af b/lang/gccAda-3.4/patches/patch-af
deleted file mode 100644
index 4c24d7da17f..00000000000
--- a/lang/gccAda-3.4/patches/patch-af
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-af,v 1.1.1.1 2004/06/01 18:32:04 shannonjr Exp $
-
---- gcc/ada/cstreams.c.orig 2003-11-18 03:00:42.000000000 -0700
-+++ gcc/ada/cstreams.c
-@@ -175,7 +175,7 @@ __gnat_full_name (char *nam, char *buffe
- #elif defined (MSDOS)
- _fixpath (nam, buffer);
-
--#elif defined (sgi) || defined (__FreeBSD__)
-+#elif defined (sgi) || defined (__FreeBSD__) || defined(__NetBSD__)
-
- /* Use realpath function which resolves links and references to . and ..
- on those Unix systems that support it. Note that GNU/Linux provides it but