pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/graphics/glitz/patches remove obsolete patch, pointed ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/411e955cfc32
branches: trunk
changeset: 496676:411e955cfc32
user: drochner <drochner%pkgsrc.org@localhost>
date: Fri Jul 08 10:27:15 2005 +0000
description:
remove obsolete patch, pointed out by Leonard Schmidt
diffstat:
graphics/glitz/patches/patch-aa | 27 ---------------------------
1 files changed, 0 insertions(+), 27 deletions(-)
diffs (31 lines):
diff -r b4bc919c52ec -r 411e955cfc32 graphics/glitz/patches/patch-aa
--- a/graphics/glitz/patches/patch-aa Fri Jul 08 10:21:35 2005 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -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';
- }
- }
-
Home |
Main Index |
Thread Index |
Old Index