summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorsl1pkn072015-12-25 23:08:37 +0100
committersl1pkn072015-12-25 23:08:37 +0100
commitf9c8bbd75cd646159297e9c2a79d31d7fa729f5c (patch)
treefbd64852e3bfd63cff05d0880efaa2812991c54a /PKGBUILD
parente2d6df4940dec5799e5cfbcc7ca8fa031dc23307 (diff)
downloadaur-f9c8bbd75cd646159297e9c2a79d31d7fa729f5c.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 ab85e8cb72cf..e7e11e448534 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_plug=tcanny
pkgname=vapoursynth-plugin-${_plug}-git
-pkgver=r2.6.g312739d
+pkgver=r2.7.g2ee6ee9
pkgrel=1
pkgdesc="Plugin for Vapoursynth: ${_plug} (GIT version)"
arch=('i686' 'x86_64')
@@ -23,7 +23,7 @@ pkgver() {
build() {
cd "${_plug}"
./configure --install="${pkgdir}/usr/lib/vapoursynth" \
- --extra-cxxflags="${CXXFLAGS}" \
+ --extra-cxxflags="${CXXFLAGS} ${CPPFLAGS}" \
--extra-ldflags="${LDFLAGS}"
make
}