pkgsrc-wip/daphne/patches/patch-ag
Dieter Baron 027a05babf Initial import of daphne 0.9.6:
Daphne is a program that lets one play the original versions
	of many laserdisc arcade games (such as Dragon's Lair or
	Space Ace) on one's PC.
2004-06-24 15:15:32 +00:00

13 lines
427 B
Text

$NetBSD: patch-ag,v 1.1.1.1 2004/06/24 15:15:32 dillo Exp $
--- io/dll.h.orig 2003-01-07 23:22:36.000000000 +0100
+++ io/dll.h
@@ -38,7 +38,7 @@
#define M_GET_SYM GetProcAddress
#define M_FREE_LIB FreeLibrary
#else
-#define M_LOAD_LIB(libname) dlopen("./lib" #libname ".so", RTLD_NOW)
+#define M_LOAD_LIB(libname) dlopen(LIB_DIR "/lib" #libname ".so", RTLD_NOW)
#define M_GET_SYM dlsym
#define M_FREE_LIB dlclose
#endif