diff options
author | Gregorio Guidi <greg_g@gentoo.org> | 2006-07-23 12:10:01 +0000 |
---|---|---|
committer | Gregorio Guidi <greg_g@gentoo.org> | 2006-07-23 12:10:01 +0000 |
commit | e74543820228e2637ee36c0d8476f09d0334c2fb (patch) | |
tree | 58480ffee21bd782ea3c4ab5a87ebe99af64f5c7 /app-office/kexi/files/kexi-1.5.2-automake-error.patch | |
parent | Use Debian's patches (diff) | |
download | historical-e74543820228e2637ee36c0d8476f09d0334c2fb.tar.gz historical-e74543820228e2637ee36c0d8476f09d0334c2fb.tar.bz2 historical-e74543820228e2637ee36c0d8476f09d0334c2fb.zip |
Fix automake error causing bug #141311.
Package-Manager: portage-2.1-r1
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 |