ports/sysutils/cdrdao/files/patch-dao_CdrDriver.h
Marius Strobl 1aec207a3a - Fix build on armv6 and mips and most likely also on aarc64 and mips64. [1]
- Let's see whether specifying USE_CXXSTD=c++11 stops the flood of pkg-fallout
  SPAM regarding gcdmaster caused by the update of devel/libsigc++20 to 2.10.0
  in r437480.

PR:		217074 [1]
Submitted by:	mmel (partially) [1]
2017-04-23 18:22:01 +00:00

11 lines
307 B
C

--- dao/CdrDriver.h.orig 2009-02-21 10:27:31 UTC
+++ dao/CdrDriver.h
@@ -440,7 +440,7 @@ protected:
bool fullBurn_;
static unsigned char syncPattern[12];
- static char REMOTE_MSG_SYNC_[4];
+ static unsigned char REMOTE_MSG_SYNC_[4];
static int speed2Mult(int);
static int mult2Speed(int);