diff options
author | drochner <drochner> | 2005-07-08 10:27:15 +0000 |
---|---|---|
committer | drochner <drochner> | 2005-07-08 10:27:15 +0000 |
commit | 9a2cbe65e0738e08f3865633ca002799353c4c5d (patch) | |
tree | 24fc54c46adef9fc9881cbeb16df37ed5c934645 /graphics/glitz | |
parent | 42509dd4156bc1c83db87cea612778aac91e8670 (diff) | |
download | pkgsrc-9a2cbe65e0738e08f3865633ca002799353c4c5d.tar.gz |
remove obsolete patch, pointed out by Leonard Schmidt
Diffstat (limited to 'graphics/glitz')
-rw-r--r-- | graphics/glitz/patches/patch-aa | 27 |
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'; - } - } - |