diff --git a/audio-creation/ardour2/HISTORY b/audio-creation/ardour2/HISTORY
index 537cac2..526114c 100644
--- a/audio-creation/ardour2/HISTORY
+++ b/audio-creation/ardour2/HISTORY
@@ -1,5 +1,10 @@
+2009-08-01 Vlad Glagolev <stealth AT sourcemage.org>
+ * PRE_BUILD: quoting paths, cleaned up
+ * DEPENDS: added missing libsndfile dep if SYSLIBS
+ * libsndfile-ext.patch: updated for the new version
+
2009-08-01 Thomas Orgis <sobukus AT sourcemage.org>
- * DETAILS: updated spell to 2.8.2
+ * DETAILS: updated spell to 2.8.2
* PRE_BUILD: Do not apply external libsndfile patch, it needs fixing
(sorry, Vlad - I hope you manage to do it)
patch -p0 < "$SPELL_DIRECTORY/mime.patch" &&
-# We want external libsndfile so that FLAC support is possible.
-# But the patch needs fixing.
-#patch -p0 < "$SPELL_DIRECTORY/libsndfile-ext.patch" &&
+patch -p0 < "$SPELL_DIRECTORY/libsndfile-ext.patch" &&