summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gardiner <obz@gentoo.org>2003-09-10 05:40:29 +0000
committerMike Gardiner <obz@gentoo.org>2003-09-10 05:40:29 +0000
commit5b2d0d68ebddac08a06986f7e97d67341bb4db52 (patch)
tree92cb5d9a6f479ac7c3fcc524e64b716850ed7d54 /gnome-base/libglade/files
parentrepoman (diff)
downloadgentoo-2-5b2d0d68ebddac08a06986f7e97d67341bb4db52.tar.gz
gentoo-2-5b2d0d68ebddac08a06986f7e97d67341bb4db52.tar.bz2
gentoo-2-5b2d0d68ebddac08a06986f7e97d67341bb4db52.zip
added patch for xmlcatalog
Diffstat (limited to 'gnome-base/libglade/files')
-rw-r--r--gnome-base/libglade/files/Makefile.in.am-xmlcatalog.patch22
1 files changed, 22 insertions, 0 deletions
diff --git a/gnome-base/libglade/files/Makefile.in.am-xmlcatalog.patch b/gnome-base/libglade/files/Makefile.in.am-xmlcatalog.patch
new file mode 100644
index 000000000000..32dabef5558f
--- /dev/null
+++ b/gnome-base/libglade/files/Makefile.in.am-xmlcatalog.patch
@@ -0,0 +1,22 @@
+--- Makefile.am.old 2003-09-10 13:29:00.194074192 +0800
++++ Makefile.am 2003-09-10 13:29:19.210183304 +0800
+@@ -25,7 +25,7 @@
+ xml_DATA = glade-2.0.dtd
+
+ install-data-local:
+- -xmlcatalog --noout --add "system" "http://glade.gnome.org/glade-2.0.dtd" $(xmldir)/glade-2.0.dtd $(XMLCATALOG)
++# -xmlcatalog --noout --add "system" "http://glade.gnome.org/glade-2.0.dtd" $(xmldir)/glade-2.0.dtd $(XMLCATALOG)
+ uninstall-local:
+ -xmlcatalog --noout --del $(xmldir)/glade-2.0.dtd $(XMLCATALOG)
+
+--- Makefile.in.old 2003-09-10 13:29:04.892359944 +0800
++++ Makefile.in 2003-09-10 13:29:27.490924440 +0800
+@@ -636,7 +636,7 @@
+
+
+ install-data-local:
+- -xmlcatalog --noout --add "system" "http://glade.gnome.org/glade-2.0.dtd" $(xmldir)/glade-2.0.dtd $(XMLCATALOG)
++# -xmlcatalog --noout --add "system" "http://glade.gnome.org/glade-2.0.dtd" $(xmldir)/glade-2.0.dtd $(XMLCATALOG)
+ uninstall-local:
+ -xmlcatalog --noout --del $(xmldir)/glade-2.0.dtd $(XMLCATALOG)
+