summaryrefslogtreecommitdiff
path: root/multimedia/mplayerxp/files/patch-Gui::mplayer::gtk::fs.h
blob: bbe349a91da35328552e743eec5a8e3d27e7b4c9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
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