avoid overloaded casting pun tripping compiler
[goodguy/history.git] / cinelerra-5.1 / PKGBUILD
index 5f01f86cab0d71040d219fadb0d3e4b6f5a4d2be..371e4c7e9e95c037cb13e148f66c2fcba6ba727f 100644 (file)
@@ -1,7 +1,7 @@
 # Maintainer: goodguy <lists.cinelerra-cv.org>
 pkgname=cin
 pkgver=5.1
-pkgrel=20160619
+pkgrel=20160630
 pkgdesc="Cinelerra git://git.cinelerra-cv.org/goodguy/cinelerra.git ($pkgrel)"
 arch=('x86_64')
 url="http://www.cinelerra-cv.org"
@@ -24,8 +24,8 @@ build() {
   ./autogen.sh
   ./configure --prefix=/usr --with-exec-name=$pkgname
 CFG_VARS="\
-CFLAGS='-Wno-narrowing -O2 -ggdb -fno-omit-frame-pointer' \
-CXXFLAGS='-Wno-narrowing -O2 -ggdb -fno-omit-frame-pointer' \
+CFLAGS='-Wno-narrowing -O2 -g -fno-omit-frame-pointer' \
+CXXFLAGS='-Wno-narrowing -O2 -g -fno-omit-frame-pointer' \
 WERROR_CFLAGS='-fpermissive'" \
   make 2>&1 | tee log
 }