summaryrefslogtreecommitdiff
path: root/devel/gps/patches/patch-ak
diff options
context:
space:
mode:
Diffstat (limited to 'devel/gps/patches/patch-ak')
-rw-r--r--devel/gps/patches/patch-ak13
1 files changed, 13 insertions, 0 deletions
diff --git a/devel/gps/patches/patch-ak b/devel/gps/patches/patch-ak
new file mode 100644
index 00000000000..bf47de5eafd
--- /dev/null
+++ b/devel/gps/patches/patch-ak
@@ -0,0 +1,13 @@
+$NetBSD: patch-ak,v 1.1 2011/10/14 17:22:06 marino Exp $
+
+--- gnatlib/gnat_src/mlib-utl.adb.orig 2010-02-14 02:40:00.000000000 +0100
++++ gnatlib/gnat_src/mlib-utl.adb 2011-10-09 04:11:21.000000000 +0200
+@@ -412,7 +412,7 @@
+ if Driver_Name = No_Name then
+ if Gcc_Exec = null then
+ if Gcc_Name = null then
+- Gcc_Name := Osint.Program_Name ("gcc", "gnatmake");
++ Gcc_Name := Osint.Program_Name ("gnatgcc", "gnatmake");
+ end if;
+
+ Gcc_Exec := Locate_Exec_On_Path (Gcc_Name.all);