d2533131c1
* Respect XDG_MENU_PREFIX when writing user menu file
12 lines
369 B
Plaintext
12 lines
369 B
Plaintext
$OpenBSD: patch-util-Makefile_in,v 1.9 2010/09/14 13:13:02 ajacoutot Exp $
|
|
--- util/Makefile.in.orig Tue Sep 14 14:39:06 2010
|
|
+++ util/Makefile.in Tue Sep 14 15:03:19 2010
|
|
@@ -306,6 +306,7 @@ gnome_menu_spec_test_SOURCES = \
|
|
gnome_menu_spec_test_LDADD = \
|
|
../libmenu/libgnome-menu.la \
|
|
$(GLIB_LIBS) \
|
|
+ -pthread \
|
|
$(NULL)
|
|
|
|
@HAVE_PYTHON_FALSE@pyexampledir =
|