summaryrefslogtreecommitdiff
path: root/lang/glade-gpl/files
diff options
context:
space:
mode:
Diffstat (limited to 'lang/glade-gpl/files')
-rw-r--r--lang/glade-gpl/files/patch-ac11
-rw-r--r--lang/glade-gpl/files/patch-ad11
-rw-r--r--lang/glade-gpl/files/patch-ae11
-rw-r--r--lang/glade-gpl/files/patch-af11
4 files changed, 0 insertions, 44 deletions
diff --git a/lang/glade-gpl/files/patch-ac b/lang/glade-gpl/files/patch-ac
deleted file mode 100644
index 646677f32f61..000000000000
--- a/lang/glade-gpl/files/patch-ac
+++ /dev/null
@@ -1,11 +0,0 @@
---- Dist/xe_utils.adb.orig Mon Nov 13 11:33:17 2000
-+++ Dist/xe_utils.adb Mon Nov 13 11:33:22 2000
-@@ -630,7 +630,7 @@
- Obj_Suffix := Str_To_Id (Get_Object_Suffix.all);
- Exe_Suffix := Str_To_Id (Get_Executable_Suffix.all);
-
-- Gcc := Locate ("gcc");
-+ Gcc := Locate ("adagcc");
- Link := Locate ("ln", False);
- Gnatbind := Locate ("gnatbind");
- Gnatlink := Locate ("gnatlink");
diff --git a/lang/glade-gpl/files/patch-ad b/lang/glade-gpl/files/patch-ad
deleted file mode 100644
index 0ba7673dce48..000000000000
--- a/lang/glade-gpl/files/patch-ad
+++ /dev/null
@@ -1,11 +0,0 @@
---- Dist/xe_usage.adb.orig Wed May 3 20:07:54 2000
-+++ Dist/xe_usage.adb Wed May 3 20:08:07 2000
-@@ -70,7 +70,7 @@
- Write_Eol;
-
- Write_Str ("Gcc switches such as -g, -O, etc.");
-- Write_Str (" are directly passed to gcc");
-+ Write_Str (" are directly passed to adagcc");
- Write_Eol;
- Write_Eol;
-
diff --git a/lang/glade-gpl/files/patch-ae b/lang/glade-gpl/files/patch-ae
deleted file mode 100644
index 4caa6e576665..000000000000
--- a/lang/glade-gpl/files/patch-ae
+++ /dev/null
@@ -1,11 +0,0 @@
---- ada/ali.adb.orig Wed May 3 20:09:02 2000
-+++ ada/ali.adb Wed May 3 20:09:13 2000
-@@ -220,7 +220,7 @@
- Write_Str (" is incorrectly formatted");
- Write_Eol;
- Write_Str
-- ("make sure you are using consistent versions of gcc/gnatbind");
-+ ("make sure you are using consistent versions of adagcc/gnatbind");
- Write_Eol;
-
- -- Find start of line
diff --git a/lang/glade-gpl/files/patch-af b/lang/glade-gpl/files/patch-af
deleted file mode 100644
index 27378b0647b4..000000000000
--- a/lang/glade-gpl/files/patch-af
+++ /dev/null
@@ -1,11 +0,0 @@
---- ada/make.adb.orig Wed May 3 20:09:55 2000
-+++ ada/make.adb Wed May 3 20:10:20 2000
-@@ -238,7 +238,7 @@
- -- Compiler, Binder & Linker Data and Subprograms --
- ----------------------------------------------------
-
-- Gcc : String_Access := Program_Name ("gcc");
-+ Gcc : String_Access := Program_Name ("adagcc");
- Gnatbind : String_Access := Program_Name ("gnatbind");
- Gnatlink : String_Access := Program_Name ("gnatlink");
- -- Default compiler, binder, linker programs