summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorsl1pkn072015-12-25 22:22:37 +0100
committersl1pkn072015-12-25 22:22:37 +0100
commit50d95bed47b63adff1e102ed20ed80b558b71940 (patch)
tree886836642017c49a7b53b6a2582fb927578fc583 /PKGBUILD
parent8c271c9e12099800cac23f7c609f91c6edf78d61 (diff)
downloadaur-50d95bed47b63adff1e102ed20ed80b558b71940.tar.gz
add CPPFLAGS
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6bb40ebcd025..e74a7eca902a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_plug=lsmashsource
pkgname=vapoursynth-plugin-${_plug}-git
-pkgver=r822.3492099
+pkgver=r834.51771ab
pkgrel=1
pkgdesc="Plugin for Vapoursynth: ${_plug} (GIT version)"
arch=('i686' 'x86_64')
@@ -33,7 +33,7 @@ prepare() {
build() {
cd "${_plug}/VapourSynth"
./configure --prefix=/usr \
- --extra-cflags="${CFLAGS} $(pkg-config --cflags vapoursynth)" \
+ --extra-cflags="${CFLAGS} ${CPPFLAGS} $(pkg-config --cflags vapoursynth)" \
--extra-ldflags="${LDFLAGS}"
make
}