openbsd-ports/devel/glib2/patches/patch-tests_refcount_Makefile_in
ajacoutot 6d0633ffce Bugfix update to glib2-2.26.1.
Amongst other things, fixes an issue with GSettings on big endian.
2010-11-14 15:56:55 +00:00

12 lines
484 B
Plaintext

$OpenBSD: patch-tests_refcount_Makefile_in,v 1.17 2010/11/14 15:56:55 ajacoutot Exp $
--- tests/refcount/Makefile.in.orig Sun Nov 14 07:02:04 2010
+++ tests/refcount/Makefile.in Sun Nov 14 16:14:34 2010
@@ -404,7 +404,6 @@ libgmodule = $(top_builddir)/gmodule/libgmodule-2.0.la
libgobject = $(top_builddir)/gobject/libgobject-2.0.la
LDADD = $(libglib) $(libgobject) $(libgthread) $(G_THREAD_LIBS)
test_programs = \
- closures \
objects \
objects2 \
properties \