2007-09-30 15:47:02 +02:00
|
|
|
$NetBSD: patch-ag,v 1.3 2007/09/30 13:47:03 tnn Exp $
|
2007-08-13 15:57:47 +02:00
|
|
|
|
2007-09-15 16:55:01 +02:00
|
|
|
The default rule has a broken syntax for some reason, when not using
|
|
|
|
the intltool that comes bundled with pidgin.
|
|
|
|
|
2007-09-30 15:47:02 +02:00
|
|
|
--- libpurple/gconf/Makefile.in.orig 2007-09-29 18:40:54.000000000 +0200
|
2007-09-15 16:55:01 +02:00
|
|
|
+++ libpurple/gconf/Makefile.in
|
2007-09-30 15:47:02 +02:00
|
|
|
@@ -496,7 +496,8 @@ uninstall-am: uninstall-schemaDATA
|
|
|
|
mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
|
|
|
|
ps ps-am uninstall uninstall-am uninstall-schemaDATA
|
2007-08-13 15:57:47 +02:00
|
|
|
|
2007-09-15 16:55:01 +02:00
|
|
|
-@INTLTOOL_SCHEMAS_RULE@
|
2007-09-30 15:47:02 +02:00
|
|
|
+%.schemas: %.schemas.in
|
2007-09-15 16:55:01 +02:00
|
|
|
+ LC_ALL=C intltool-merge -s -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@
|
2007-08-13 15:57:47 +02:00
|
|
|
|
2007-09-15 16:55:01 +02:00
|
|
|
@GCONF_SCHEMAS_INSTALL_TRUE@install-data-local:
|
|
|
|
@GCONF_SCHEMAS_INSTALL_TRUE@ GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $(schema_DATA) 2>&1 | \
|