mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-22 08:58:47 +00:00
84263f1263
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
12 lines
277 B
C++
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"
|