From dad50d99b195f0597431757a3b8c63f1012e6731 Mon Sep 17 00:00:00 2001 From: Sam Lawrance Date: Thu, 15 Dec 2005 03:18:03 +0000 Subject: Remove expired ports. --- graphics/utah-glx/files/patch-bc | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 graphics/utah-glx/files/patch-bc (limited to 'graphics/utah-glx/files/patch-bc') diff --git a/graphics/utah-glx/files/patch-bc b/graphics/utah-glx/files/patch-bc deleted file mode 100644 index 1406dcf53638..000000000000 --- a/graphics/utah-glx/files/patch-bc +++ /dev/null @@ -1,15 +0,0 @@ -diff -druN servGL/hwglx/common/x11_symbols.c servGL/hwglx/common/x11_symbols.c ---- servGL/hwglx/common/x11_symbols.c Mon Jan 17 09:11:02 2000 -+++ servGL/hwglx/common/x11_symbols.c Sun Nov 5 19:22:44 2000 -@@ -92,9 +92,8 @@ - static void *my_dlsym(void *handle, const char *name) - { - void *tmp = dlsym(handle, name); -- char *error; -- if ((error = dlerror()) != 0) { -- fputs(error, stderr); -+ if (tmp == NULL) { -+ fputs(dlerror(), stderr); - any_error = 1; - return 0; - } -- cgit v1.2.3