diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2019-05-27 19:14:18 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2019-05-28 08:59:47 +0200 |
commit | f88cdbded27d1240a91d13c2873a71e7b76f81d4 (patch) | |
tree | 4577b1cd4dc7ab921d159f1e33447cdd1be31d87 /source/x | |
parent | 2c3f22d980b1d1cf65391cf566c551387beb5030 (diff) | |
download | current-f88cdbded27d1240a91d13c2873a71e7b76f81d4.tar.gz current-f88cdbded27d1240a91d13c2873a71e7b76f81d4.tar.xz |
Mon May 27 19:14:18 UTC 201920190527191418
l/babl-0.1.64-x86_64-1.txz: Upgraded.
l/harfbuzz-2.5.0-x86_64-1.txz: Upgraded.
n/mutt-1.12.0-x86_64-1.txz: Upgraded.
Diffstat (limited to '')
-rw-r--r-- | source/x/FTBFSlog | 4 | ||||
-rw-r--r-- | source/x/x11/configure/igt-gpu-tools | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/source/x/FTBFSlog b/source/x/FTBFSlog index 0bad13f9a..f95335d72 100644 --- a/source/x/FTBFSlog +++ b/source/x/FTBFSlog @@ -1,3 +1,7 @@ +Sun May 26 19:04:04 UTC 2019 + igt-gpu-tools: Added -Wno-error=array-bounds to CFLAGS. + Thanks to ponce and nobodino. ++--------------------------+ Sun Mar 11 19:26:12 UTC 2018 xpyb: patched to fix build with xcbproto-1.13. +--------------------------+ diff --git a/source/x/x11/configure/igt-gpu-tools b/source/x/x11/configure/igt-gpu-tools index a5e0db8a2..b3e61fcbd 100644 --- a/source/x/x11/configure/igt-gpu-tools +++ b/source/x/x11/configure/igt-gpu-tools @@ -1,4 +1,4 @@ -CFLAGS=$SLKCFLAGS \ +CFLAGS="$SLKCFLAGS -Wno-error=array-bounds" \ CXXFLAGS=$SLKCFLAGS \ ./autogen.sh \ --prefix=/usr \ |