xap/puzzles: Updated.

This commit is contained in:
Damien Goutte-Gattat 2019-12-24 20:44:51 +00:00
parent 5d56bc3627
commit a584f2b60c
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
#!/bin/bash
# Build script for Slackware
# Copyright (C) 2018 Damien Goutte-Gattat
# Copyright (C) 2018,2019 Damien Goutte-Gattat
#
# Redistribution and use of this script, with or without modifications,
# is permitted provided that the following conditions are met:
@ -84,7 +84,7 @@ cd $TMP
echo "Building $ARCHIVE..."
tar xf $CWD/$ARCHIVE
cd $NAME
CFLAGS=$CPUOPT \
CFLAGS="$CPUOPT -Wno-error=deprecated-declarations -Wno-error=format-overflow" \
./configure \
--prefix=/usr \
--disable-dependency-tracking \