diff options
Diffstat (limited to 'misc/koffice3/patches/patch-ah')
-rw-r--r-- | misc/koffice3/patches/patch-ah | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/misc/koffice3/patches/patch-ah b/misc/koffice3/patches/patch-ah new file mode 100644 index 00000000000..8b1643b98bf --- /dev/null +++ b/misc/koffice3/patches/patch-ah @@ -0,0 +1,13 @@ +$NetBSD: patch-ah,v 1.1 2002/10/06 03:36:21 jlam Exp $ + +--- filters/kword/abiword/Makefile.in.orig Sat Oct 5 06:09:22 2002 ++++ filters/kword/abiword/Makefile.in +@@ -261,7 +261,7 @@ noinst_HEADERS = abiwordimport.h abiword + service_DATA = kword_abiword_import.desktop kword_abiword_export.desktop + servicedir = $(kde_servicesdir) + +-kdemime_DATA = x-abiword.desktop ++kdemime_DATA = # x-abiword.desktop (already installed by kdelibs3) + kdemimedir = $(kde_mimedir)/application + mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs + CONFIG_HEADER = ../../../config.h |