summaryrefslogtreecommitdiff
path: root/audio/sidplay/files/patch-sidplay.cpp
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2024-08-04 14:46:26 +0200
committerRene Ladan <rene@FreeBSD.org>2024-08-04 14:46:26 +0200
commit6d8ba74c97f2aeb94922918e92349d05075bd170 (patch)
treea16bd577aa27eddc2ce1d3eb1fc4a8680485e6c5 /audio/sidplay/files/patch-sidplay.cpp
parentaudio/sidplay2: Remove expired port (diff)
audio/sidplay: Remove expired port
2024-07-31 audio/sidplay: Abandonware and superseded by audio/sidplayfp
Diffstat (limited to 'audio/sidplay/files/patch-sidplay.cpp')
-rw-r--r--audio/sidplay/files/patch-sidplay.cpp28
1 files changed, 0 insertions, 28 deletions
diff --git a/audio/sidplay/files/patch-sidplay.cpp b/audio/sidplay/files/patch-sidplay.cpp
deleted file mode 100644
index 89e3b05a8266..000000000000
--- a/audio/sidplay/files/patch-sidplay.cpp
+++ /dev/null
@@ -1,28 +0,0 @@
---- sidplay.cpp.orig 2002-09-28 18:44:02 UTC
-+++ sidplay.cpp
-@@ -18,8 +18,8 @@
- //
-
- #include <ctype.h>
--#include <iomanip.h>
--#include <fstream.h>
-+#include <iomanip>
-+#include <iostream>
- #include <signal.h>
- #include <stdlib.h>
- #include <string.h>
-@@ -41,6 +41,14 @@
- #define DISALLOW_STEREO_SOUND
- #endif
-
-+using std::cerr;
-+using std::cout;
-+using std::dec;
-+using std::endl;
-+using std::hex;
-+using std::setfill;
-+using std::setw;
-+
- // Error and status message numbers.
- enum
- {