freebsd-ports/games/egl/files/patch-client__snd_openal.c
Alejandro Pulver 9f2d15ac29 Enhaced OpenGL only Quake II engine.
WWW: http://egl.quakedev.com/

Approved by:	garga (mentor, implicitly)
2006-05-25 18:44:00 +00:00

11 lines
309 B
C

--- ./client/snd_openal.c.orig Tue May 23 20:05:59 2006
+++ ./client/snd_openal.c Tue May 23 20:06:00 2006
@@ -40,7 +40,7 @@
# define AL_FREELIB(a) FreeLibrary (a)
#endif
-#if defined(__linux__) || defined(__FreeBSD__)
+#ifdef __unix__
# include <dlfcn.h>
# include <unistd.h>
# include <sys/types.h>