aboutsummaryrefslogtreecommitdiff
path: root/textproc/xmlada-gcc/files
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/xmlada-gcc/files')
-rw-r--r--textproc/xmlada-gcc/files/patch-Makefile.in11
-rw-r--r--textproc/xmlada-gcc/files/patch-shared.gpr.in9
2 files changed, 0 insertions, 20 deletions
diff --git a/textproc/xmlada-gcc/files/patch-Makefile.in b/textproc/xmlada-gcc/files/patch-Makefile.in
deleted file mode 100644
index 639fdbb683de..000000000000
--- a/textproc/xmlada-gcc/files/patch-Makefile.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- Makefile.in.orig Sun Dec 24 23:38:00 2006
-+++ Makefile.in Sun Dec 24 23:38:17 2006
-@@ -30,7 +30,7 @@
-
- .PHONY: all obj clean install install_dirs
-
--all: obj
-+all: obj docs
-
- obj: force
- ${GNATMAKE} -Punicode/unicode.gpr -XMODE=${MODE} -XLIBRARY_TYPE=${LIBRARY_TYPE}
diff --git a/textproc/xmlada-gcc/files/patch-shared.gpr.in b/textproc/xmlada-gcc/files/patch-shared.gpr.in
deleted file mode 100644
index 029f84db45bc..000000000000
--- a/textproc/xmlada-gcc/files/patch-shared.gpr.in
+++ /dev/null
@@ -1,9 +0,0 @@
---- shared.gpr.in.orig Mon Dec 25 00:14:30 2006
-+++ shared.gpr.in Mon Dec 25 00:14:48 2006
-@@ -1,5 +1,5 @@
- project Shared is
-- Version := "@XMLADA_MAJOR_VERSION@.@XMLADA_MINOR_VERSION@";
-+ Version := "@XMLADA_MAJOR_VERSION@";
-
- type Library_Type_Type is ("relocatable", "static");
- Library_Type : Library_Type_Type := external ("LIBRARY_TYPE", "relocatable");