1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00
freebsd-ports/audio/ksmp3play/files/patch-ksmp3play.h
Ying-Chieh Liao e693eb0722 add ksmp3play
An curses-based MP3 player
2001-11-04 16:48:46 +00:00

22 lines
415 B
C

--- ksmp3play.h.orig Sun Nov 4 20:25:57 2001
+++ ksmp3play.h Sun Nov 4 20:26:42 2001
@@ -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 @@
# define required_argument 1
# define optional_argument 2
#endif
+*/
#define BUFLEN 200
#ifdef HAVE_CONFIG_H
#include <config.h>