1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-22 08:58:47 +00:00
freebsd-ports/audio/ecasound/files/patch-libecasound:audioio-wave.h
Mario Sergio Fujikawa Ferreira 84263f1263 o Update to 2.0.3
o Style fix: replace all spaces with tabs where appropriate
o Add WITH_OPTMIZED_CFLAGS knob, build without any unless defined
o Advertise WITH* options

PR:		32139
Submitted by:	maintainer
2001-12-06 19:18:09 +00:00

12 lines
277 B
C++

--- libecasound/audioio-wave.h.orig Sun Sep 23 10:50:32 2001
+++ libecasound/audioio-wave.h Sat Nov 24 09:22:36 2001
@@ -3,7 +3,7 @@
#include <string>
#include <iostream>
-#include <stdint.h>
+/* #include <stdint.h> */
#include <sys/types.h>
#include "audioio-types.h"