summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsl1pkn072015-12-25 21:31:39 +0100
committersl1pkn072015-12-25 21:31:39 +0100
commit01bf4649f84339d4f18d895e4bdcd8d1a4bf38d0 (patch)
tree525c60faf49e15a3bec111bc40af9e386be78e5c
parent6baf67ecf2e1b9839c9cd981fce4690ea8ac6b7b (diff)
downloadaur-01bf4649f84339d4f18d895e4bdcd8d1a4bf38d0.tar.gz
add CPPFLAGS
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1d5b1bad3981..c287e589826f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,3 +1,5 @@
+# Generated by mksrcinfo v8
+# Fri Dec 25 20:31:35 UTC 2015
pkgbase = vapoursynth-plugin-convo2d-git
pkgdesc = Plugin for Vapoursynth: convo2d (GIT version)
pkgver = r15.39fdd09
diff --git a/PKGBUILD b/PKGBUILD
index d95362ae38cd..e1d822057340 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -28,7 +28,7 @@ prepare() {
build() {
cd "${_plug}"
- ./configure --extra-cflags="${CFLAGS} $(pkg-config --cflags vapoursynth)" \
+ ./configure --extra-cflags="${CFLAGS} ${CPPFLAGS} $(pkg-config --cflags vapoursynth)" \
--extra-ldflags="${LDFLAGS}"
make
}