summaryrefslogtreecommitdiffhomepage
path: root/vars
diff options
context:
space:
mode:
authorLucio Andrés Illanes Albornoz <lucio@lucioillanes.de>2019-01-01 16:35:35 +0000
committerLucio Andrés Illanes Albornoz <lucio@lucioillanes.de>2019-01-01 16:35:35 +0000
commitb26faabccc59399228b04d0fe89d25fdd9086d65 (patch)
tree6e9f1e4a0003494db808ab2dab8c180e1f4963f4 /vars
parentf2740772e68dba9a8b319e906b6a19309d87c737 (diff)
downloadmidipix_build-b26faabccc59399228b04d0fe89d25fdd9086d65.tar.bz2
midipix_build-b26faabccc59399228b04d0fe89d25fdd9086d65.tar.xz
vars/build.vars:libcaca:${PKG_CFLAGS_CONFIGURE_EXTRA}: configure w/ -std=gnu99.
Diffstat (limited to 'vars')
-rw-r--r--vars/build.vars1
1 files changed, 1 insertions, 0 deletions
diff --git a/vars/build.vars b/vars/build.vars
index cc6d8b14..e87d766a 100644
--- a/vars/build.vars
+++ b/vars/build.vars
@@ -912,6 +912,7 @@ NATIVE_PACKAGES_DEPS_X11_PYTHON="${PREFIX}/bin/python2";
: ${PKG_IMLIB2_CONFIGURE_ARGS_EXTRA:=--disable-mmx --disable-amd64};
: ${PKG_IMLIB2_CFLAGS_CONFIGURE_EXTRA:=-I${PREFIX_NATIVE}/include/freetype2};
: ${PKG_LIBCACA_URLS_GIT:=libcaca=https://github.com/cacalabs/libcaca@master};
+: ${PKG_LIBCACA_CFLAGS_CONFIGURE_EXTRA:=-std=gnu99};
: ${PKG_LIBXFCE4UTIL_SHA256SUM:=876bdefa2e13cbf68b626b2158892fb93e824e1ef59cf951123a96cefbc8881d};
: ${PKG_LIBXFCE4UTIL_VERSION:=4.12.1};
: ${PKG_LIBXFCE4UTIL_URL:=https://ftp.osuosl.org/pub/blfs/7.9/l/libxfce4util-${PKG_LIBXFCE4UTIL_VERSION}.tar.bz2};