1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-19 03:52:17 +00:00
freebsd-ports/math/grace/files/patch-src__dlmodule.c
Martin Wilke 67cfe5db5a - Update to 5.1.22
PR:		124848
Submitted by:	Ports Fury
2008-06-23 10:51:44 +00:00

13 lines
356 B
C

--- src/dlmodule.c.orig 2005-11-13 07:45:16.000000000 +0900
+++ src/dlmodule.c 2008-06-16 15:28:33.000000000 +0900
@@ -89,6 +89,9 @@
return RETURN_FAILURE;
}
+ /* clear error indicator */
+ dlerror();
+
newkey.data = dlsym(handle, dl_function);
if (!newkey.data && (error = dlerror()) != NULL) {
errmsg(error);