diff --git a/x11/gnome/keyring/Makefile b/x11/gnome/keyring/Makefile index fe82ae584d8..68957f34885 100644 --- a/x11/gnome/keyring/Makefile +++ b/x11/gnome/keyring/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.52 2010/11/22 08:36:57 espie Exp $ +# $OpenBSD: Makefile,v 1.53 2010/11/25 08:13:19 jasper Exp $ COMMENT= password agent for the GNOME project @@ -8,7 +8,7 @@ GNOME_VERSION= 2.32.1 SHARED_LIBS += gp11 1.0 # .0.0 SHARED_LIBS += gcr 1.0 # .0.0 -REVISION= 0 +REVISION= 1 # GPLv2/LGPLv2 PERMIT_PACKAGE_CDROM= Yes diff --git a/x11/gnome/keyring/patches/patch-daemon_control_gkd-control-server_c b/x11/gnome/keyring/patches/patch-daemon_control_gkd-control-server_c new file mode 100644 index 00000000000..e4b287427e4 --- /dev/null +++ b/x11/gnome/keyring/patches/patch-daemon_control_gkd-control-server_c @@ -0,0 +1,14 @@ +$OpenBSD: patch-daemon_control_gkd-control-server_c,v 1.1 2010/11/25 08:13:19 jasper Exp $ + +Fix implicit declaration of strchr. + +--- daemon/control/gkd-control-server.c.orig Thu Nov 25 00:18:38 2010 ++++ daemon/control/gkd-control-server.c Thu Nov 25 00:18:57 2010 +@@ -36,6 +36,7 @@ + + #include + #include ++#include + + #include + #include