openbsd-ports/x11/gnome/utils/patches/patch-gsearchtool_Makefile_in
marcm 33c3571556 Gnome 2.4.1.
Sync versions with the Gnome 2.4.1 release.  Mostly bugfixes, too numerous
to list :).

This also addresses systrace issues and some config file issues from
sturm@, and wireless applet support from djm@.
2003-12-01 04:13:05 +00:00

21 lines
796 B
Plaintext

$OpenBSD: patch-gsearchtool_Makefile_in,v 1.1 2003/12/01 04:13:07 marcm Exp $
--- gsearchtool/Makefile.in.orig 2003-11-29 23:07:50.000000000 -0800
+++ gsearchtool/Makefile.in 2003-11-29 23:08:33.000000000 -0800
@@ -142,7 +142,7 @@ INCLUDES = \
bin_PROGRAMS = gnome-search-tool
-schemadir = $(sysconfdir)/gconf/schemas
+schemadir = $(GCONF_SCHEMA_FILE_DIR)
schema_DATA = gnome-search-tool.schemas
gnome_search_tool_SOURCES = \
@@ -597,7 +597,6 @@ maintainer-clean-generic clean mostlycle
@INTLTOOL_DESKTOP_RULE@
install-data-local:
- -GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $(srcdir)/$(schema_DATA)
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.