summaryrefslogtreecommitdiff
path: root/audio/xcd/files/patch-aa
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2013-06-04 08:25:12 +0000
committerMartin Wilke <miwi@FreeBSD.org>2013-06-04 08:25:12 +0000
commit233099396b0bdaab747a6cf311fd97f7fafe87e8 (patch)
treec65dd685e405c386e088c18ed859e83413a5696b /audio/xcd/files/patch-aa
parent- Fix DOCSDIR layout (diff)
- Fix build with clang
PR: 179214 Submitted by: Ports Fury
Diffstat (limited to 'audio/xcd/files/patch-aa')
-rw-r--r--audio/xcd/files/patch-aa11
1 files changed, 0 insertions, 11 deletions
diff --git a/audio/xcd/files/patch-aa b/audio/xcd/files/patch-aa
index d7649f5ebf5a..e69de29bb2d1 100644
--- a/audio/xcd/files/patch-aa
+++ b/audio/xcd/files/patch-aa
@@ -1,11 +0,0 @@
---- cdplayer.cc.orig Sat Nov 27 16:20:49 1999
-+++ cdplayer.cc Sat Nov 27 16:24:02 1999
-@@ -29,7 +29,7 @@
- public:
- button (char *s) {state=0; strcpy (name, s);}
- ~button () {}
-- set (int i) {
-+ void set (int i) {
- if (state != i) {
- state = i;
- if (state == 0)