Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / databases / virtuoso / patches / patch-libsrc_plugin_dlf.h
blob37953abeee3cc47c6e4a7c55c76bb705608de2e7
1 $NetBSD$
3 NetBSD has libdl as well
4 --- libsrc/plugin/dlf.h.orig 2012-03-23 12:28:31.000000000 +0000
5 +++ libsrc/plugin/dlf.h
6 @@ -44,7 +44,7 @@
7 #endif /* defined (__APPLE_) */
9 /* dlopen stuff */
10 -#if defined(HAVE_LIBDL) || defined(__FreeBSD__)
11 +#if defined(HAVE_LIBDL) || defined(__FreeBSD__) || defined(__NetBSD__)
12 #define DLDAPI_SVR4_DLFCN
13 #elif defined(HAVE_SHL_LOAD)
14 #define DLDAPI_HP_SHL