openbsd-ports/x11/gnome/libsecret/patches/patch-library_tests_mock-service_c
ajacoutot 9aa17355a0 Import libsecret-0.1.
libsecret is a library for storing and retrieving passwords and other
secrets. It communicates with the "Secret Service" using DBus.
gnome-keyring and ksecretservice are both implementations of a Secret
Service.

It is a replacement for libgnome-keyring. Nothing will use it as yet,
but it's better to have it in-tree now to start fixing portability
issues with upstream. It will also ease our work on the next major
release of GNOME.
2012-03-30 14:29:58 +00:00

13 lines
450 B
Plaintext

$OpenBSD: patch-library_tests_mock-service_c,v 1.1.1.1 2012/03/30 14:29:58 ajacoutot Exp $
--- library/tests/mock-service.c.orig Fri Mar 30 15:19:58 2012
+++ library/tests/mock-service.c Fri Mar 30 15:20:14 2012
@@ -36,7 +36,7 @@ mock_service_start (const gchar *mock_script,
gint polled;
gchar *argv[] = {
- "python", (gchar *)mock_script,
+ "${MODPY_BIN}", (gchar *)mock_script,
"--name", MOCK_SERVICE_NAME,
"--ready", ready,
NULL