aboutsummaryrefslogtreecommitdiffstats
path: root/games/fuhquake/files/patch-modules.c
diff options
context:
space:
mode:
Diffstat (limited to 'games/fuhquake/files/patch-modules.c')
-rw-r--r--games/fuhquake/files/patch-modules.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/games/fuhquake/files/patch-modules.c b/games/fuhquake/files/patch-modules.c
new file mode 100644
index 00000000000..1f7b9677d38
--- /dev/null
+++ b/games/fuhquake/files/patch-modules.c
@@ -0,0 +1,11 @@
+--- modules.c.orig Wed May 21 17:18:36 2003
++++ modules.c Wed May 21 17:22:37 2003
+@@ -22,7 +22,7 @@
+ #include "modules.h"
+ #include "version.h"
+
+-#ifdef __linux
++#if defined(__linux__) || defined(__FreeBSD__)
+ #include <dlfcn.h>
+ #endif
+