diff options
Diffstat (limited to 'x11-fm/qtfm/files/patch-src_propertiesdlg.cpp')
-rw-r--r-- | x11-fm/qtfm/files/patch-src_propertiesdlg.cpp | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/x11-fm/qtfm/files/patch-src_propertiesdlg.cpp b/x11-fm/qtfm/files/patch-src_propertiesdlg.cpp deleted file mode 100644 index baa6a273f937..000000000000 --- a/x11-fm/qtfm/files/patch-src_propertiesdlg.cpp +++ /dev/null @@ -1,14 +0,0 @@ ---- src/propertiesdlg.cpp~ 2012-03-08 20:34:27.000000000 -0600 -+++ src/propertiesdlg.cpp 2012-04-29 06:49:57.546488947 -0500 -@@ -23,7 +23,11 @@ - #include "propertiesdlg.h" - #include "icondlg.h" - #include "mainwindow.h" -+#ifdef __FreeBSD__ -+#include <sys/mount.h> -+#else - #include <sys/vfs.h> -+#endif - #include <sys/stat.h> - #include <magic.h> - |