summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 5 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 63b45a82b8e6..b4189469d1ac 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,6 +13,11 @@ source=("http://downloads.sourceforge.net/structuresynth/StructureSynth-Source-v
md5sums=('862705c5bc9e778094046399f44d6c26')
install=${pkgname}.install
+prepare() {
+ cd "$srcdir/Structure Synth Source Code/"
+ sed -i '125 { s|return false;|return NULL;| }' SyntopiaCore/GLEngine/Raytracer/VoxelStepper.cpp
+}
+
build() {
cd "$srcdir/Structure Synth Source Code/"