summaryrefslogtreecommitdiff
path: root/graphics/glitz
diff options
context:
space:
mode:
authordrochner <drochner>2005-07-08 10:27:15 +0000
committerdrochner <drochner>2005-07-08 10:27:15 +0000
commitab65af18abce4ebc00adf175b6a0900d4db29177 (patch)
tree24fc54c46adef9fc9881cbeb16df37ed5c934645 /graphics/glitz
parentff443806760e22f35c44f9dc2b2d9fa29de420e6 (diff)
downloadpkgsrc-ab65af18abce4ebc00adf175b6a0900d4db29177.tar.gz
remove obsolete patch, pointed out by Leonard Schmidt
Diffstat (limited to 'graphics/glitz')
-rw-r--r--graphics/glitz/patches/patch-aa27
1 files changed, 0 insertions, 27 deletions
diff --git a/graphics/glitz/patches/patch-aa b/graphics/glitz/patches/patch-aa
deleted file mode 100644
index accc922a914..00000000000
--- a/graphics/glitz/patches/patch-aa
+++ /dev/null
@@ -1,27 +0,0 @@
-$NetBSD: patch-aa,v 1.3 2005/06/18 20:11:01 kristerw Exp $
-
---- src/glx/glitz_glx_info.c.orig Sat Jun 18 21:07:20 2005
-+++ src/glx/glitz_glx_info.c Sat Jun 18 21:08:06 2005
-@@ -379,15 +379,15 @@
- if (gl_library) {
- int len = strlen (gl_library);
-
-- if (thread_info->gl_library) {
-- free (thread_info->gl_library);
-- thread_info->gl_library = NULL;
-+ if (thread_info.gl_library) {
-+ free (thread_info.gl_library);
-+ thread_info.gl_library = NULL;
- }
-
-- thread_info->gl_library = malloc (len + 1);
-- if (thread_info->gl_library) {
-- memcpy (thread_info->gl_library, gl_library, len);
-- thread_info->gl_library[len] = '\0';
-+ thread_info.gl_library = malloc (len + 1);
-+ if (thread_info.gl_library) {
-+ memcpy (thread_info.gl_library, gl_library, len);
-+ thread_info.gl_library[len] = '\0';
- }
- }
-