gnomecontrolcenter2 doesn't find gnome-settings-daemon

Franz Klammer klammer at webonaut.com
Tue Dec 30 14:12:06 PST 2003


the controlcenter search the gnome-settings-daemon on the wrong place.
attached a patch as workaround until this is fixed.

should i enter a bug in bugzilla or is this error strange enough that
it will be fixed anyway?

franz.
-------------- next part --------------
--- Makefile.orig	Tue Dec 30 23:06:52 2003
+++ Makefile	Tue Dec 30 23:06:59 2003
@@ -32,5 +32,7 @@
 post-patch:
 	@${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \
 		's|[{]prefix[}]/share/pixmaps|{datadir}/pixmaps|g'
+	@${REINPLACE_CMD} -e 's|/local/gnome-head/test|${PREFIX}|g' \
+		${WRKSRC}/gnome-settings-daemon/GNOME_SettingsDaemon.server.in
 
 .include <bsd.port.mk>


More information about the freebsd-gnome mailing list