summaryrefslogtreecommitdiffstats
path: root/devel/btyacc/PRE_BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'devel/btyacc/PRE_BUILD')
-rwxr-xr-xdevel/btyacc/PRE_BUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/btyacc/PRE_BUILD b/devel/btyacc/PRE_BUILD
index b99d0ea191..6121071f00 100755
--- a/devel/btyacc/PRE_BUILD
+++ b/devel/btyacc/PRE_BUILD
@@ -1,5 +1,7 @@
default_pre_build &&
cd $SOURCE_DIRECTORY &&
+# fix memory leak; found by Firebird project
+sed -i 's/13/14/' main.c &&
verify_file 2 &&
# apply Debian patch
zcat $SOURCE_CACHE/$SOURCE2 | patch -p1