summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMatti Niemenmaa2017-04-28 19:53:36 +0300
committerMatti Niemenmaa2017-04-28 19:53:36 +0300
commit7923c486429bb190bc06bfdab88926f101045d51 (patch)
tree01afacc54faf4addc84282a715a57240b431ee96 /PKGBUILD
parent549f3a0ab30f5391a27ef65d4201ba2fcf3867c2 (diff)
downloadaur-7923c486429bb190bc06bfdab88926f101045d51.tar.gz
Fix build due to newly needed include directory
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b4ecdeea158c..33fc86bc7d35 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -23,7 +23,7 @@ build() {
# We won't build the Audacious plugin so we don't need the libraries either.
sed -i '/PKG_CHECK_MODULES(\(AUDACIOUS\|GTK\)/{N;N;d}' configure.in
./bootstrap
- ./configure
+ CFLAGS="$CFLAGS -I../ext_includes -I../../ext_includes" ./configure
cd src
make -f Makefile.unix
"${CC-cc}" "$CFLAGS" -lvorbisfile -lmpg123 -shared -o .libs/libvgmstream.so .libs/*.o */.libs/*.o