freebsd-ports/games/kmquake2/files/patch-client__snd_loc.h
Alejandro Pulver cd86472da9 - Add CLIENT and GAME options.
- Fix building of the dedicated server.
- IGNORE if no executables selected.
- Miscelaneous fixes.
2006-06-08 19:00:43 +00:00

11 lines
380 B
C

--- ./client/snd_loc.h.orig Wed Jan 11 10:51:56 2006
+++ ./client/snd_loc.h Thu Jun 8 13:39:12 2006
@@ -22,7 +22,7 @@
#ifdef OGG_SUPPORT
#if defined __unix__
#include <vorbis/vorbisfile.h> // Knightmare added- vorbis support
-#include <AL/altypes.h>
+#include <AL/al.h>
#else
#include "include/vorbisfile.h" // Knightmare added- vorbis support
#include "include/altypes.h"