summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRod Kay2017-09-20 00:35:58 +1000
committerRod Kay2017-09-20 00:35:58 +1000
commitf57cc197e78283117e168797c7d3ffe87cf2915c (patch)
treebacfd87e10857d4c9761a4433589bfd38a8f0540
parent8d5758bdf6668c3715b89c5c0cb06acc7dfee3ab (diff)
downloadaur-f57cc197e78283117e168797c7d3ffe87cf2915c.tar.gz
Rid obsolete patch files.
-rw-r--r--patch-Makefile.in53
-rw-r--r--patch-aclocal.m413
-rw-r--r--patch-gtkglarea.c11
-rw-r--r--patch-shared.gpr.in29
-rw-r--r--patch-testgtk.gpr19
5 files changed, 0 insertions, 125 deletions
diff --git a/patch-Makefile.in b/patch-Makefile.in
deleted file mode 100644
index 199e6f42ee3a..000000000000
--- a/patch-Makefile.in
+++ /dev/null
@@ -1,53 +0,0 @@
-*** Makefile.in 2016-04-26 22:46:18.000000000 +1000
---- Makefile.in-new 2016-06-11 20:11:44.708679466 +1000
-***************
-*** 35,41 ****
- BUILD_STATIC=@BUILD_STATIC@
- TARNAME=@PACKAGE_TARNAME@
- VERSION=@PACKAGE_VERSION@
-! DESTDIR=
- prefix=@prefix@
- exec_prefix=@exec_prefix@
- libdir=@libdir@
---- 35,41 ----
- BUILD_STATIC=@BUILD_STATIC@
- TARNAME=@PACKAGE_TARNAME@
- VERSION=@PACKAGE_VERSION@
-! #DESTDIR=
- prefix=@prefix@
- exec_prefix=@exec_prefix@
- libdir=@libdir@
-***************
-*** 93,99 ****
- ifeq (${HAVE_OPENGL}, True)
- ${GPRINSTALL_FULL} -XLIBRARY_TYPE=$(@F) --build-name=$(@F) \
- --sources-subdir=include/gtkada/gtkada_gl.$(@F) \
-! --lib-subdir=${libdir}/gtkada/gtkada_gl.$(@F) \
- -Psrc/opengl/gtkada_gl.gpr
- endif
-
---- 93,99 ----
- ifeq (${HAVE_OPENGL}, True)
- ${GPRINSTALL_FULL} -XLIBRARY_TYPE=$(@F) --build-name=$(@F) \
- --sources-subdir=include/gtkada/gtkada_gl.$(@F) \
-! --lib-subdir=lib/gtkada/gtkada_gl.$(@F) \
- -Psrc/opengl/gtkada_gl.gpr
- endif
-
-***************
-*** 107,113 ****
- ${GPRINSTALL_FULL} -XLIBRARY_TYPE=$(LIBRARY_TYPE_FOR_TOOLS) \
- --mode=usage -Psrc/tools/tools.gpr
- cd testgtk; ${GPRINSTALL_FULL} -XLIBRARY_TYPE=$(LIBRARY_TYPE_FOR_TOOLS) \
-! --mode=usage --exec-subdir=${exampledir} \
- -Ptestgtk.gpr -aP ../src
-
- @echo '-----------------------------------------------------------------------'
---- 107,113 ----
- ${GPRINSTALL_FULL} -XLIBRARY_TYPE=$(LIBRARY_TYPE_FOR_TOOLS) \
- --mode=usage -Psrc/tools/tools.gpr
- cd testgtk; ${GPRINSTALL_FULL} -XLIBRARY_TYPE=$(LIBRARY_TYPE_FOR_TOOLS) \
-! --mode=usage --exec-subdir=${DESTDIR}/${exampledir} \
- -Ptestgtk.gpr -aP ../src
-
- @echo '-----------------------------------------------------------------------'
diff --git a/patch-aclocal.m4 b/patch-aclocal.m4
deleted file mode 100644
index 550a737d8784..000000000000
--- a/patch-aclocal.m4
+++ /dev/null
@@ -1,13 +0,0 @@
-*** aclocal.m4 2016-06-11 19:18:23.281881426 +1000
---- aclocal.m4-new 2016-06-11 19:18:39.538548759 +1000
-***************
-*** 426,431 ****
---- 426,433 ----
- ;;
- esac
-
-+ GL_LIBS+=" -lm -lX11"
-+
- AC_SUBST(GL_LIBS)
- AC_SUBST(GL_CFLAGS)
- AC_SUBST(HAVE_OPENGL)
diff --git a/patch-gtkglarea.c b/patch-gtkglarea.c
deleted file mode 100644
index 4763f6cf10c9..000000000000
--- a/patch-gtkglarea.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/opengl/gtkglarea.c
-+++ src/opengl/gtkglarea.c
-@@ -20,6 +20,7 @@
- #include <stdarg.h>
-
- #include "gdkgl.h"
-+#define __GI_SCANNER__
- #include "gtkglarea.h"
-
- static void gtk_gl_area_class_init (GtkGLAreaClass *klass);
-
diff --git a/patch-shared.gpr.in b/patch-shared.gpr.in
deleted file mode 100644
index b832fd02b75f..000000000000
--- a/patch-shared.gpr.in
+++ /dev/null
@@ -1,29 +0,0 @@
-*** shared.gpr.in 2016-06-02 17:14:52.592420447 +1000
---- shared.gpr.in-new 2016-06-02 17:15:12.539087932 +1000
-***************
-*** 63,74 ****
- for Switches ("Ada") use
- ("-gnat05", "-gnatQ", "-gnatwae", "-gnatay", "-g", "-O0",
- "-Werror=format-security");
-! for Switches ("C") use ("-g", "-O0");
- when "Production" =>
- for Switches ("Ada") use
- ("-gnat05", "-gnatQ", "-O2", "-gnatn", "-gnatws",
- "-Werror=format-security");
-! for Switches ("C") use ("-O2");
- end case;
-
- for Switches ("C") use Compiler'Switches ("C") & Gtk_Include;
---- 63,74 ----
- for Switches ("Ada") use
- ("-gnat05", "-gnatQ", "-gnatwae", "-gnatay", "-g", "-O0",
- "-Werror=format-security");
-! for Switches ("C") use ("-g", "-O0", "-fPIC");
- when "Production" =>
- for Switches ("Ada") use
- ("-gnat05", "-gnatQ", "-O2", "-gnatn", "-gnatws",
- "-Werror=format-security");
-! for Switches ("C") use ("-O2", "-fPIC");
- end case;
-
- for Switches ("C") use Compiler'Switches ("C") & Gtk_Include;
diff --git a/patch-testgtk.gpr b/patch-testgtk.gpr
deleted file mode 100644
index ece333637a1b..000000000000
--- a/patch-testgtk.gpr
+++ /dev/null
@@ -1,19 +0,0 @@
---- testgtk/testgtk.gpr
-+++ testgtk/testgtk.gpr
-@@ -21,13 +21,13 @@
- -- --
- ------------------------------------------------------------------------------
-
--with "gtkada";
-+with "opengl/testgtk_opengl";
-
- project TestGtk is
-
- for Languages use ("Ada");
- for Main use ("testgtk.adb", "test_rtree.adb");
-- for Source_Dirs use ("./", "opengl");
-+ for Source_Dirs use ("./");
- for Object_Dir use "obj/";
- for Exec_Dir use ".";
-
-