diff options
Diffstat (limited to 'app-office/kexi/files/kexi-1.5.2-automake-error.patch')
-rw-r--r-- | app-office/kexi/files/kexi-1.5.2-automake-error.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/app-office/kexi/files/kexi-1.5.2-automake-error.patch b/app-office/kexi/files/kexi-1.5.2-automake-error.patch new file mode 100644 index 000000000000..91a26ed0647e --- /dev/null +++ b/app-office/kexi/files/kexi-1.5.2-automake-error.patch @@ -0,0 +1,11 @@ +diff -Nur koffice-1.5.2/kexi/plugins/Makefile.am koffice-1.5.2.new/kexi/plugins/Makefile.am +--- koffice-1.5.2/kexi/plugins/Makefile.am 2006-07-09 04:09:43.000000000 +0200 ++++ koffice-1.5.2.new/kexi/plugins/Makefile.am 2006-07-23 12:03:23.000000000 +0200 +@@ -7,6 +7,6 @@ + SCRIPTINGDIR=scripting + endif + +-SUBDIRS = tables relations migration queries forms $(REPORTS) $(SCRIPTINGDIR) importexport ++SUBDIRS = tables relations migration queries forms $(SCRIPTINGDIR) importexport + + #importwizard relations |