mirror of
https://git.freebsd.org/ports.git
synced 2025-07-07 20:39:18 -04:00
- Bump PORTREVISION on dependent ports due to shlib bump - Update audio/ccaudio2 to 2.2.0 - Add LICENSE - Fix detection of gsm and speex
11 lines
230 B
C++
11 lines
230 B
C++
--- src/w32.cpp.orig 2015-03-28 15:21:41 UTC
|
|
+++ src/w32.cpp
|
|
@@ -21,7 +21,7 @@
|
|
#include <ccaudio2-config.h>
|
|
#include <math.h>
|
|
#ifdef HAVE_ENDIAN_H
|
|
-#include <endian.h>
|
|
+#include <sys/endian.h>
|
|
#endif
|
|
#define MAX_DEVICES 1
|
|
|