summaryrefslogtreecommitdiff
path: root/x11-misc/3ddesktop/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-02-02 01:39:05 +0000
committerV3n3RiX <venerix@koprulu.sector>2022-02-02 01:39:05 +0000
commitfcc5224904648a8e6eb528d7603154160a20022f (patch)
tree3bfce096b38a9cea8eed13fc70c1526c456e9abd /x11-misc/3ddesktop/files
parent2fd57282f0262ca084e05b0f2c63fbada395d02b (diff)
gentoo resync : 02.02.2022
Diffstat (limited to 'x11-misc/3ddesktop/files')
-rw-r--r--x11-misc/3ddesktop/files/3ddesktop-0.2.9-Options_Options.patch11
-rw-r--r--x11-misc/3ddesktop/files/3ddesktop-0.2.9-asneeded.patch13
-rw-r--r--x11-misc/3ddesktop/files/3ddesktop-0.2.9-gcc4.patch14
-rw-r--r--x11-misc/3ddesktop/files/3ddesktop-0.2.9-gl_init.patch23
-rw-r--r--x11-misc/3ddesktop/files/3ddesktop-0.2.9-missing-include.patch12
5 files changed, 0 insertions, 73 deletions
diff --git a/x11-misc/3ddesktop/files/3ddesktop-0.2.9-Options_Options.patch b/x11-misc/3ddesktop/files/3ddesktop-0.2.9-Options_Options.patch
deleted file mode 100644
index 00e8b8c1ee53..000000000000
--- a/x11-misc/3ddesktop/files/3ddesktop-0.2.9-Options_Options.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/config.cpp
-+++ b/config.cpp
-@@ -64,7 +64,7 @@
- }
-
-
--Options::Options(char *n = NULL)
-+Options::Options(char *n)
- {
-
- if (n)
diff --git a/x11-misc/3ddesktop/files/3ddesktop-0.2.9-asneeded.patch b/x11-misc/3ddesktop/files/3ddesktop-0.2.9-asneeded.patch
deleted file mode 100644
index 2534535dee1f..000000000000
--- a/x11-misc/3ddesktop/files/3ddesktop-0.2.9-asneeded.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-http://bugs.gentoo.org/206817
-
---- a/Makefile.am
-+++ b/Makefile.am
-@@ -37,7 +37,7 @@
- camera.cpp \
- config.cpp
-
--3ddeskd_LDFLAGS = $(imlib2_libs) @GL_LIBS@
-+3ddeskd_LDADD = $(imlib2_libs) @GL_LIBS@
-
- noinst_HEADERS = 3ddesk.h \
- arrange.hpp \
diff --git a/x11-misc/3ddesktop/files/3ddesktop-0.2.9-gcc4.patch b/x11-misc/3ddesktop/files/3ddesktop-0.2.9-gcc4.patch
deleted file mode 100644
index a67753fcee39..000000000000
--- a/x11-misc/3ddesktop/files/3ddesktop-0.2.9-gcc4.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-http://bugs.gentoo.org/118458
-
---- a/event.hpp
-+++ b/event.hpp
-@@ -74,7 +74,7 @@
- list<Event *>::iterator k;
- for (k = events.begin(); k != events.end(); ++k) {
- Event *e = *k;
-- printf(":: Event %d 0x%x\n", e->type, (unsigned int)(e->function));
-+ printf(":: Event %d %p\n", e->type, e->function);
- }
- }
-
-
diff --git a/x11-misc/3ddesktop/files/3ddesktop-0.2.9-gl_init.patch b/x11-misc/3ddesktop/files/3ddesktop-0.2.9-gl_init.patch
deleted file mode 100644
index d817cea54ece..000000000000
--- a/x11-misc/3ddesktop/files/3ddesktop-0.2.9-gl_init.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-http://bugs.gentoo.org/123762
-
---- a/3ddeskd.cpp
-+++ b/3ddeskd.cpp
-@@ -2411,15 +2411,15 @@
-
- // initialize opengl
-
-- // our own init function.
-- gl_init();
--
- GLWin.open_display();
-
-
- GLWin.create_GL_window("Enhanced 3-dimensional workspace visualization magic machine",
- cfg->options->do_fullscreen);
-
-+ // our own init function.
-+ gl_init();
-+
- cfg->texture_size = GLWin.get_best_texture_size(cfg->texture_size);
-
- // Loads up the correct perspective matrix
diff --git a/x11-misc/3ddesktop/files/3ddesktop-0.2.9-missing-include.patch b/x11-misc/3ddesktop/files/3ddesktop-0.2.9-missing-include.patch
deleted file mode 100644
index 328cbcad6d29..000000000000
--- a/x11-misc/3ddesktop/files/3ddesktop-0.2.9-missing-include.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-http://bugs.gentoo.org/228217
-
---- a/config.hpp
-+++ b/config.hpp
-@@ -24,6 +24,7 @@
-
- #include <stdio.h>
- #include <stdlib.h>
-+#include <cstring>
-
- #include <errno.h>
- #include <unistd.h>