diff options
Diffstat (limited to 'redhat/tdeedu/kdeedu-3.5.13-fix_kbruch_build_error.patch')
-rw-r--r-- | redhat/tdeedu/kdeedu-3.5.13-fix_kbruch_build_error.patch | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/redhat/tdeedu/kdeedu-3.5.13-fix_kbruch_build_error.patch b/redhat/tdeedu/kdeedu-3.5.13-fix_kbruch_build_error.patch new file mode 100644 index 000000000..a60105256 --- /dev/null +++ b/redhat/tdeedu/kdeedu-3.5.13-fix_kbruch_build_error.patch @@ -0,0 +1,18 @@ +commit 9d1871a43cd11869f9a1eac7f6e1c6ae23b84072 +Author: Darrell Anderson <humanreadable@yahoo.com> +Date: 1330147966 -0600 + + Fix kbruch/Makefile.am to eliminate build error. + This resolves bug report 786. + +diff --git a/kbruch/Makefile.am b/kbruch/Makefile.am +index b2c27d1..7b159ff 100644 +--- a/kbruch/Makefile.am ++++ b/kbruch/Makefile.am +@@ -2,5 +2,5 @@ SUBDIRS = src testcases + + EXTRA_DIST = AUTHORS ChangeLog README TODO kbruch.lsm VERSION + +-VERSION:=`cat ${PWD}/VERSION` ++VERSION=`cat ${PWD}/VERSION` + include ../admin/Doxyfile.am |