diff options
author | thierry <thierry@FreeBSD.org> | 2009-03-03 02:06:29 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2009-03-03 02:06:29 +0800 |
commit | 38b6acb65c80fa21775b5ec8395780df69f7016e (patch) | |
tree | 0e6d200f0c7914cb07c050478b97aae8c153fbc3 /games/glob2/files | |
parent | e3da6b618c4992a5dcd83e083a7deeabada3a3d7 (diff) | |
download | freebsd-ports-gnome-38b6acb65c80fa21775b5ec8395780df69f7016e.tar.gz freebsd-ports-gnome-38b6acb65c80fa21775b5ec8395780df69f7016e.tar.zst freebsd-ports-gnome-38b6acb65c80fa21775b5ec8395780df69f7016e.zip |
- Upgrade to 0.9.4;
Changelog at <http://globulation2.org/wiki/Changes>
- Don't enable portaudio, because Globulation is not fully compatible
with the versions in the ports tree ATM.
Diffstat (limited to 'games/glob2/files')
-rw-r--r-- | games/glob2/files/patch-src_VoiceRecorder.cpp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/games/glob2/files/patch-src_VoiceRecorder.cpp b/games/glob2/files/patch-src_VoiceRecorder.cpp new file mode 100644 index 000000000000..9c49c581ad36 --- /dev/null +++ b/games/glob2/files/patch-src_VoiceRecorder.cpp @@ -0,0 +1,11 @@ +--- ./src/VoiceRecorder.cpp.orig 2009-01-06 17:24:57.000000000 +0100 ++++ ./src/VoiceRecorder.cpp 2009-03-01 18:33:04.000000000 +0100 +@@ -36,7 +36,7 @@ + #define SPEEX_FRAME_SIZE 160 + + #ifdef HAVE_PORTAUDIO +- #include "portaudio.h" ++ #include <portaudio2/portaudio.h> + #else + #ifdef WIN32 + // Windows audio input include |