diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2021-05-22 10:03:12 +0200 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2021-05-22 10:03:12 +0200 |
commit | 509a7f09381db83e54b3b7d7a963911164e85454 (patch) | |
tree | 2970bdfb01460270920e80bddc749c58aea06d6b /audio/libsidplay/files/patch-src_pp__.cpp | |
parent | CHANGES: fix typo (diff) |
audio/libsidplay: Update to 1.36.60
- Pacify portclippy, portfmt, portlint
- Convert to options-helpers
Diffstat (limited to 'audio/libsidplay/files/patch-src_pp__.cpp')
-rw-r--r-- | audio/libsidplay/files/patch-src_pp__.cpp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/audio/libsidplay/files/patch-src_pp__.cpp b/audio/libsidplay/files/patch-src_pp__.cpp new file mode 100644 index 000000000000..474e303fc160 --- /dev/null +++ b/audio/libsidplay/files/patch-src_pp__.cpp @@ -0,0 +1,11 @@ +--- src/pp_.cpp.orig 2001-12-28 23:10:17 UTC ++++ src/pp_.cpp +@@ -40,6 +40,8 @@ static udword outputLen; + static bool isCompressed; + static bool globalError; + ++using namespace std; ++ + + // Move four bytes to Motorola big-endian double-word. + static inline void bytesTOudword() |