summaryrefslogtreecommitdiffstats
path: root/audio-creation/gigedit/PRE_BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'audio-creation/gigedit/PRE_BUILD')
-rwxr-xr-xaudio-creation/gigedit/PRE_BUILD12
1 files changed, 12 insertions, 0 deletions
diff --git a/audio-creation/gigedit/PRE_BUILD b/audio-creation/gigedit/PRE_BUILD
new file mode 100755
index 0000000000..37a2173ded
--- /dev/null
+++ b/audio-creation/gigedit/PRE_BUILD
@@ -0,0 +1,12 @@
+default_pre_build &&
+cd "$SOURCE_DIRECTORY" &&
+
+if [[ $GIGEDIT_VCS != y ]]
+then
+ # For gcc 4.3 build problem in 0.1.1
+ patch -p0 < "$SCRIPT_DIRECTORY/gcc43.patch"
+else
+ # Build halts trying to make docs
+ sed -i "s/ doc//" Makefile.am &&
+ make -f Makefile.cvs
+fi