mirror of
https://git.freebsd.org/ports.git
synced 2025-07-08 04:49:17 -04:00
- 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]
11 lines
307 B
C
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);
|