summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIsmaël Bouya2016-05-19 10:56:45 +0200
committerIsmaël Bouya2016-05-19 10:56:45 +0200
commit74e37911caf81dc0f6be756d86ae64cda80d3f86 (patch)
treee3f45e9266a8bbc6f42d5f9a4af5cbcf9389d457
parent3d54930664c9f0fb9b81d8207068e888691eae19 (diff)
downloadaur-74e37911caf81dc0f6be756d86ae64cda80d3f86.tar.gz
Fix pointers
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c2b36ecd1df2..0cac57da86d9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,6 +14,7 @@ md5sums=('82ad09c1c28e73bc9596aec47237bfba'
build() {
cd "${pkgname}-$pkgver"
patch -p0 < ../cal3d-gcc43.diff
+ sed -i -e "s/return false/return 0/" src/cal3d/loader.cpp
./configure --prefix=/usr
make
}