mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-19 08:13:21 +00:00
73540c85c7
- Remove LITS and SKYBOXES options (JoeQuake is based on FuhQuake, so it also supports them; a separate port has been done). - Use patches instead of ${REINPLACE_CMD}. - Add HUD option. - Make FuhQuake write in ~/.fuhquake. PR: ports/91893 Submitted by: alepulver (myself) Approved by: maintainer (timeout)
14 lines
378 B
C
14 lines
378 B
C
--- modules.c.orig Wed Jan 7 03:51:30 2004
|
|
+++ modules.c Sun Jan 22 22:07:23 2006
|
|
@@ -31,10 +31,6 @@
|
|
char _temp_modulename[MAX_OSPATH];
|
|
static registeredModule_t registeredModules[qlib_nummodules];
|
|
|
|
-#ifdef __linux
|
|
-#include <dlfcn.h>
|
|
-#endif
|
|
-
|
|
#ifdef _WIN32
|
|
#define SECURITY_GETFUNC(f) (Security_##f = (Security_##f##_t) GetProcAddress(hSecurity, "Security_" #f))
|
|
#else
|