diff options
author | François Andriot <albator78@libertysurf.fr> | 2014-11-08 14:46:54 +0100 |
---|---|---|
committer | François Andriot <albator78@libertysurf.fr> | 2014-11-08 14:46:54 +0100 |
commit | 60e9ece833f2c5deff78b0b4845e864711a983ec (patch) | |
tree | c0dab9f0537d5c44a2e9f992c4d5f7d86a6455af /redhat/tdeedu/kdeedu-3.5.13-fix_makefile_glitch.patch | |
parent | 846cd1365daef2e260d00f5ab5a268aec5fd2f86 (diff) | |
download | tde-packaging-60e9ece833f2c5deff78b0b4845e864711a983ec.tar.gz tde-packaging-60e9ece833f2c5deff78b0b4845e864711a983ec.zip |
RPM packaging: update tdeedu
Diffstat (limited to 'redhat/tdeedu/kdeedu-3.5.13-fix_makefile_glitch.patch')
-rw-r--r-- | redhat/tdeedu/kdeedu-3.5.13-fix_makefile_glitch.patch | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/redhat/tdeedu/kdeedu-3.5.13-fix_makefile_glitch.patch b/redhat/tdeedu/kdeedu-3.5.13-fix_makefile_glitch.patch deleted file mode 100644 index c3ebdb746..000000000 --- a/redhat/tdeedu/kdeedu-3.5.13-fix_makefile_glitch.patch +++ /dev/null @@ -1,17 +0,0 @@ -commit b83d045598947bb355ed6a2996b24225da6a9ffa -Author: Timothy Pearson <kb9vqf@pearsoncomputing.net> -Date: 1326310679 -0600 - - Fix kdeedu makefile glitch - This closes Bug 785 - -diff --git a/kalzium/src/solver/Makefile b/kalzium/src/solver/Makefile -index 4b96fdb..6012982 100644 ---- a/kalzium/src/solver/Makefile -+++ b/kalzium/src/solver/Makefile -@@ -89,4 +89,4 @@ install : - .depend: parser.ml lexer.ml - $(OCAMLDEP) $(INCLUDES) *.mli *.ml > $@ - --include .depend -+-include .depend |