diff options
| author | Max Khon <fjoe@FreeBSD.org> | 2003-06-02 18:29:57 +0000 |
|---|---|---|
| committer | Max Khon <fjoe@FreeBSD.org> | 2003-06-02 18:29:57 +0000 |
| commit | 6d680277e98d6fc123889cce8adbaa445a0fd31a (patch) | |
| tree | 34aefdf81e1091ffbdd53b7160ad9d880ff01b65 /games/fuhquake/files/patch-modules.c | |
| parent | Make the metaport depend on ALL KDE modules, (diff) | |
New port: fuhquake
FuhQuake is an excellent QuakeWorld client.
An excellent work by: Alexey Dokuchaev <danfe@regency.nsu.ru>
Notes
Notes:
svn path=/head/; revision=82036
Diffstat (limited to 'games/fuhquake/files/patch-modules.c')
| -rw-r--r-- | games/fuhquake/files/patch-modules.c | 11 |
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 000000000000..1f7b9677d38a --- /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 + |
