summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-gfx/flphoto/files/flphoto-1.3.1-glibc28.patch')
-rw-r--r--media-gfx/flphoto/files/flphoto-1.3.1-glibc28.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/media-gfx/flphoto/files/flphoto-1.3.1-glibc28.patch b/media-gfx/flphoto/files/flphoto-1.3.1-glibc28.patch
new file mode 100644
index 000000000000..e22c2dddb8ee
--- /dev/null
+++ b/media-gfx/flphoto/files/flphoto-1.3.1-glibc28.patch
@@ -0,0 +1,11 @@
+diff -ur flphoto-1.3.1-orig/camera.cxx flphoto-1.3.1/camera.cxx
+--- flphoto-1.3.1-orig/camera.cxx 2008-11-23 15:15:54.000000000 -0500
++++ flphoto-1.3.1/camera.cxx 2008-11-23 15:18:34.000000000 -0500
+@@ -42,6 +42,7 @@
+ # define fl_mkdir(p) mkdir(p)
+ #else
+ # include <unistd.h>
++# include <sys/stat.h>
+ # define fl_mkdir(p) mkdir(p, 0777)
+ #endif // WIN32 && !__CYGWIN__
+ #include <errno.h>