diff options
author | Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de> | 2019-01-01 16:35:35 +0000 |
---|---|---|
committer | Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de> | 2019-01-01 16:35:35 +0000 |
commit | b26faabccc59399228b04d0fe89d25fdd9086d65 (patch) | |
tree | 6e9f1e4a0003494db808ab2dab8c180e1f4963f4 | |
parent | f2740772e68dba9a8b319e906b6a19309d87c737 (diff) | |
download | midipix_build-b26faabccc59399228b04d0fe89d25fdd9086d65.tar.bz2 midipix_build-b26faabccc59399228b04d0fe89d25fdd9086d65.tar.xz |
vars/build.vars:libcaca:${PKG_CFLAGS_CONFIGURE_EXTRA}: configure w/ -std=gnu99.
-rw-r--r-- | vars/build.vars | 1 |
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}; |