Hi all,

Here is an update wich adds a patch from naddy@ who detects a broken
build due to a lack of an unistd.h include in a source file. 

Really thanks to naddy@ for his patch.

Please test this update because I can't reproduce the problem on my box
for the moment.

Kind regards,

Guillaume PROTET

--- Makefile.orig	Fri Dec 12 22:52:26 2008
+++ Makefile	Fri Dec 12 22:52:39 2008
@@ -4,7 +4,7 @@
 
 GNOME_PROJECT=	gthumb
 GNOME_VERSION=	2.10.8
-PKGNAME=	${DISTNAME}p2
+PKGNAME=	${DISTNAME}p3
 
 SHARED_LIBS=	gthumb	0.0	# .0.0
 
--- /dev/null	Fri Dec 12 22:56:40 2008
+++ patches/patch-src_dlg-photo-importer_c	Fri Dec 12 22:52:51 2008
@@ -0,0 +1,11 @@
+$OpenBSD$
+--- src/dlg-photo-importer.c.orig	Thu Dec 11 22:06:36 2008
++++ src/dlg-photo-importer.c	Thu Dec 11 22:06:53 2008
+@@ -28,6 +28,7 @@
+ #include <string.h>
+ #include <strings.h>
+ #include <time.h>
++#include <unistd.h>
+ 
+ #include <glib/gi18n.h>
+ #include <gtk/gtk.h>

Reply via email to