pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
navit: Removed unnecessary patch
Module Name: pkgsrc-wip
Committed By: FeZ <fekete.zoltan%minux.hu@localhost>
Pushed By: fez
Date: Mon May 28 13:52:00 2018 +0000
Changeset: 0a0e766f039dac1fda6468a2a89ba44e6021369e
Removed Files:
navit/patches/patch-navit_graphics_opengl_graphics__opengl.c
Log Message:
navit: Removed unnecessary patch
Due to right handling of build dependencies, this patch is not
needed any more.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=0a0e766f039dac1fda6468a2a89ba44e6021369e
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
.../patch-navit_graphics_opengl_graphics__opengl.c | 20 --------------------
1 file changed, 20 deletions(-)
diffs:
diff --git a/navit/patches/patch-navit_graphics_opengl_graphics__opengl.c b/navit/patches/patch-navit_graphics_opengl_graphics__opengl.c
deleted file mode 100644
index eff4ad1c42..0000000000
--- a/navit/patches/patch-navit_graphics_opengl_graphics__opengl.c
+++ /dev/null
@@ -1,20 +0,0 @@
-$NetBSD$
-
-Compiler does not find the symbol on NetBSD.
-TODO: resolve, and remove this patch!
-
---- navit/graphics/opengl/graphics_opengl.c.orig 2018-04-20 17:02:39.000000000 +0000
-+++ navit/graphics/opengl/graphics_opengl.c
-@@ -1723,10 +1723,10 @@ graphics_opengl_new(struct navit *nav, s
- #endif
- this->DLid = glGenLists(1);
-
-- g_timeout_add(G_PRIORITY_DEFAULT + 10, graphics_opengl_idle, NULL);
-+ g_timeout_add(10, graphics_opengl_idle, NULL);
-
- /*this will only refresh screen in map(overlay enabled) mode */
-- g_timeout_add(G_PRIORITY_DEFAULT + 1000, redraw_filter, this);
-+ g_timeout_add(1000, redraw_filter, this);
- #endif
-
- //create hash table for uncompressed image data
Home |
Main Index |
Thread Index |
Old Index