diff options
Diffstat (limited to 'net-irc/xchat-gnome/files/xchat-gnome-0.7-scrollkeeper.patch')
-rw-r--r-- | net-irc/xchat-gnome/files/xchat-gnome-0.7-scrollkeeper.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/net-irc/xchat-gnome/files/xchat-gnome-0.7-scrollkeeper.patch b/net-irc/xchat-gnome/files/xchat-gnome-0.7-scrollkeeper.patch new file mode 100644 index 000000000000..4eee157e0758 --- /dev/null +++ b/net-irc/xchat-gnome/files/xchat-gnome-0.7-scrollkeeper.patch @@ -0,0 +1,10 @@ +--- src/fe-gnome/help/C/Makefile.in.orig 2005-12-09 19:58:06.000000000 +0000 ++++ src/fe-gnome/help/C/Makefile.in 2005-12-09 20:00:36.000000000 +0000 +@@ -669,7 +669,6 @@ + for file in $(omffile); do \ + $(INSTALL_DATA) $$file.out $(DESTDIR)$(omf_dest_dir)/$$file; \ + done +- -scrollkeeper-update -o $(DESTDIR)$(omf_dest_dir) + + uninstall-local-omf: + -for file in $(srcdir)/*.omf; do \ |