freebsd-ports/audio/libofa/files/patch-examples__example.cpp
Martin Wilke 93a66d9891 - Allow build with non-base gcc [1]
- Respect CFLAGS/CXXFLAGS
- Bump PORTREVISION since port was building with -g previously

PR:		155662
Submitted by:	Jason E. Hale <bsdkaffee@gmail.com> (maintainer)
		[1] avg@
2011-03-25 10:35:37 +00:00

11 lines
326 B
C++

--- ./examples/example.cpp.orig 2011-03-18 11:01:22.000000000 -0400
+++ ./examples/example.cpp 2011-03-18 11:01:22.000000000 -0400
@@ -7,6 +7,8 @@
-------------------------------------------------------------------*/
+#include <stdio.h>
+#include <string.h>
#include "protocol.h"
AudioData* loadWaveFile(char *file);