diff options
Diffstat (limited to 'games/fuhquake/files/patch-modules.h')
-rw-r--r-- | games/fuhquake/files/patch-modules.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/games/fuhquake/files/patch-modules.h b/games/fuhquake/files/patch-modules.h new file mode 100644 index 000000000000..aff804349446 --- /dev/null +++ b/games/fuhquake/files/patch-modules.h @@ -0,0 +1,11 @@ +--- modules.h.orig Wed Feb 4 21:13:04 2004 ++++ modules.h Wed Feb 4 21:13:36 2004 +@@ -24,7 +24,7 @@ + + #include "security.h" + +-#ifdef __linux__ ++#if defined(__linux__) || defined(__FreeBSD__) + #include <dlfcn.h> + #endif + |