diff options
author | Sam Lawrance <lawrance@FreeBSD.org> | 2005-12-15 03:18:03 +0000 |
---|---|---|
committer | Sam Lawrance <lawrance@FreeBSD.org> | 2005-12-15 03:18:03 +0000 |
commit | dad50d99b195f0597431757a3b8c63f1012e6731 (patch) | |
tree | 544072f356f3cefa26a6a5225882423a4ffe98f4 /graphics/utah-glx/files/patch-bf | |
parent | - added the missing .if statement around the IGNORE (diff) |
Remove expired ports.
Diffstat (limited to 'graphics/utah-glx/files/patch-bf')
-rw-r--r-- | graphics/utah-glx/files/patch-bf | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/graphics/utah-glx/files/patch-bf b/graphics/utah-glx/files/patch-bf deleted file mode 100644 index cdb0dada01f2..000000000000 --- a/graphics/utah-glx/files/patch-bf +++ /dev/null @@ -1,15 +0,0 @@ -diff -druN servGL/hwglx/nv/riva_symbols.c servGL/hwglx/nv/riva_symbols.c ---- servGL/hwglx/nv/riva_symbols.c Sun Feb 13 22:02:30 2000 -+++ servGL/hwglx/nv/riva_symbols.c Sun Nov 5 19:19:04 2000 -@@ -29,9 +29,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; - } |