diff options
Diffstat (limited to 'graphics/mplayer/files/patch-Gui::mplayer::gtk::fs.h')
-rw-r--r-- | graphics/mplayer/files/patch-Gui::mplayer::gtk::fs.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/graphics/mplayer/files/patch-Gui::mplayer::gtk::fs.h b/graphics/mplayer/files/patch-Gui::mplayer::gtk::fs.h deleted file mode 100644 index bbe349a91da3..000000000000 --- a/graphics/mplayer/files/patch-Gui::mplayer::gtk::fs.h +++ /dev/null @@ -1,11 +0,0 @@ ---- Gui/mplayer/gtk/fs.h.orig Fri Sep 28 19:48:50 2001 -+++ Gui/mplayer/gtk/fs.h Fri Sep 28 19:49:11 2001 -@@ -9,7 +9,7 @@ - #include <glob.h> - #include <unistd.h> - --#ifdef __SVR4 -+#if defined(__SVR4) || defined (__FreeBSD__) - #define get_current_dir_name() getcwd(NULL, PATH_MAX) - #endif - |