1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-15 07:56:36 +00:00
freebsd-ports/devel/gconf/files/patch-gconf_Makefile.in
Joe Marcus Clarke e5fbb8095a Make gconf find gconfd-2 after its move to ${PREFIX}/libexec. This fixes
some compatibility problems between GNOME 1 and GNOME 2.

Reported by:	Adam Weinberger <adam@vectors.cx>
Tested by:	Adam Weinberger <adam@vectors.cx>
Approved by:	portmgr (sobomax)
2002-09-27 06:05:21 +00:00

11 lines
428 B
Plaintext

--- gconf/Makefile.in.orig Fri Sep 27 00:28:12 2002
+++ gconf/Makefile.in Fri Sep 27 00:28:46 2002
@@ -154,6 +154,7 @@
-DGCONF_ETCDIR=\""$(sysconfdir)/gconf"\" \
-DGCONF_BUILDDIR=\""$(top_builddir)"\" \
-DGCONF_BINDIR=\""$(bindir)"\" \
+ -DGCONF_PREFIX=\""$(prefix)"\" \
-DGCONF_BACKEND_DIR=\""$(pkglibdir)/$(MAJOR_VERSION)"\" \
-DVERSION=\""$(VERSION)"\" \
-DIID=\""OAFIID:gconfd:19991118"\" \