summaryrefslogtreecommitdiff
path: root/graphics/mplayer/files/patch-Gui::mplayer::gtk::fs.h
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/mplayer/files/patch-Gui::mplayer::gtk::fs.h')
-rw-r--r--graphics/mplayer/files/patch-Gui::mplayer::gtk::fs.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/mplayer/files/patch-Gui::mplayer::gtk::fs.h b/graphics/mplayer/files/patch-Gui::mplayer::gtk::fs.h
new file mode 100644
index 000000000000..bbe349a91da3
--- /dev/null
+++ b/graphics/mplayer/files/patch-Gui::mplayer::gtk::fs.h
@@ -0,0 +1,11 @@
+--- 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
+