aboutsummaryrefslogtreecommitdiffstats
path: root/audio/xcd
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>1999-11-29 02:18:19 +0800
committersteve <steve@FreeBSD.org>1999-11-29 02:18:19 +0800
commit775d6227a319547ad506dac9b94354b25428275c (patch)
treea1532282d20a9409579c38007bb6b6b55952c3ad /audio/xcd
parent625db98635b6564935d936e18c8ddeadb8ae539a (diff)
downloadfreebsd-ports-gnome-775d6227a319547ad506dac9b94354b25428275c.tar.gz
freebsd-ports-gnome-775d6227a319547ad506dac9b94354b25428275c.tar.zst
freebsd-ports-gnome-775d6227a319547ad506dac9b94354b25428275c.zip
gcc 2.95 requires us to be explicit about the return type of functions.
Diffstat (limited to 'audio/xcd')
-rw-r--r--audio/xcd/files/patch-aa11
1 files changed, 11 insertions, 0 deletions
diff --git a/audio/xcd/files/patch-aa b/audio/xcd/files/patch-aa
new file mode 100644
index 000000000000..d7649f5ebf5a
--- /dev/null
+++ b/audio/xcd/files/patch-aa
@@ -0,0 +1,11 @@
+--- 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)