aboutsummaryrefslogtreecommitdiff
path: root/audio/ksmp3play/files/patch-ksmp3play.h
blob: b7717bc71fbe09025a4fa61d7511bd28bee2d957 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
--- ksmp3play.h.orig	2008-04-14 00:22:27 UTC
+++ ksmp3play.h
@@ -29,8 +29,9 @@
 #include <errno.h>
 #include <time.h>
 #include <smpeg/smpeg.h>
-#ifdef __linux__
+/* #ifdef __linux__ */
 #include <getopt.h>
+/*
 #else
 struct option
 {
@@ -43,6 +44,7 @@ struct option
 # define required_argument 1
 # define optional_argument 2
 #endif
+*/
 #define BUFLEN 200
 #ifdef HAVE_CONFIG_H
 #include <config.h>