diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2011-03-13 14:55:51 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2011-03-13 14:55:51 +0000 |
commit | f3103c6f601ae9b3343b9f83daa51bc6714dfce0 (patch) | |
tree | 061483207b55aa98a5bffa3fcdbfdf44dd46a363 /audio/mumble/files/patch-overlay_gl-overlay.c | |
parent | Clean up in preparation for POV-Ray 3.7: (diff) |
- Update to 1.2.3
- Add option to build against a system-wide CELT instead of using
the built-in one.
PR: ports/155324
Submitted by: Mark Felder <feld at feld.me>
Approved by: maintainer
Notes
Notes:
svn path=/head/; revision=270797
Diffstat (limited to 'audio/mumble/files/patch-overlay_gl-overlay.c')
-rw-r--r-- | audio/mumble/files/patch-overlay_gl-overlay.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/audio/mumble/files/patch-overlay_gl-overlay.c b/audio/mumble/files/patch-overlay_gl-overlay.c new file mode 100644 index 000000000000..3323640e6630 --- /dev/null +++ b/audio/mumble/files/patch-overlay_gl-overlay.c @@ -0,0 +1,10 @@ +--- overlay_gl/overlay.c~ 2011-02-19 16:35:15.000000000 -0500 ++++ overlay_gl/overlay.c 2011-02-27 16:04:32.000000000 -0500 +@@ -45,6 +45,7 @@ + #include <sys/ipc.h> + #include <sys/time.h> + #include <sys/socket.h> ++#include <sys/stat.h> + #include <sys/un.h> + #include <time.h> + #include <semaphore.h> |