diff options
author | pav <pav@FreeBSD.org> | 2008-07-16 04:23:20 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2008-07-16 04:23:20 +0800 |
commit | b9e3371a4b8232048ede6f7dee2cf2b9f6ddace7 (patch) | |
tree | 444d4374fba6b3cbbd69491ea09331453ead206e /graphics/gthumb | |
parent | 3f255cf8005ef0c283b7afd9d0015f6bd8306303 (diff) | |
download | freebsd-ports-gnome-b9e3371a4b8232048ede6f7dee2cf2b9f6ddace7.tar.gz freebsd-ports-gnome-b9e3371a4b8232048ede6f7dee2cf2b9f6ddace7.tar.zst freebsd-ports-gnome-b9e3371a4b8232048ede6f7dee2cf2b9f6ddace7.zip |
- Fix build after gphoto upgrade
Diffstat (limited to 'graphics/gthumb')
-rw-r--r-- | graphics/gthumb/files/patch-src-dlg-photo-importer.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/graphics/gthumb/files/patch-src-dlg-photo-importer.c b/graphics/gthumb/files/patch-src-dlg-photo-importer.c new file mode 100644 index 000000000000..a8cf09e6bc7b --- /dev/null +++ b/graphics/gthumb/files/patch-src-dlg-photo-importer.c @@ -0,0 +1,10 @@ +--- src/dlg-photo-importer.c.orig 2008-01-01 12:13:17.000000000 +0100 ++++ src/dlg-photo-importer.c 2008-07-15 22:02:41.000000000 +0200 +@@ -28,6 +28,7 @@ + #include <string.h> + #include <strings.h> + #include <time.h> ++#include <unistd.h> + + #include <glib/gi18n.h> + #include <gtk/gtk.h> |