summaryrefslogtreecommitdiffstats
path: root/desktop
diff options
context:
space:
mode:
author Matteo Bernardini2013-11-19 18:10:03 +0100
committer Robby Workman2013-11-19 22:20:49 +0100
commitea7d73bcdd47a18ea2abc9c07f23be504b29a208 (patch)
tree101f60317ed318c9cf79f96edd6dde11236ee0de /desktop
parent0ed8479f07b5a0616389343c09de44d5d2772f2a (diff)
downloadslackbuilds-ea7d73bcdd47a18ea2abc9c07f23be504b29a208.tar.gz
desktop/ideviceinstaller: Disabled warnings-as-errors.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'desktop')
-rw-r--r--desktop/ideviceinstaller/ideviceinstaller.SlackBuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/desktop/ideviceinstaller/ideviceinstaller.SlackBuild b/desktop/ideviceinstaller/ideviceinstaller.SlackBuild
index 4c969f4d67..6f5d9e9101 100644
--- a/desktop/ideviceinstaller/ideviceinstaller.SlackBuild
+++ b/desktop/ideviceinstaller/ideviceinstaller.SlackBuild
@@ -5,7 +5,7 @@
PRGNAM=ideviceinstaller
VERSION=${VERSION:-1.0.1}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@@ -50,6 +50,9 @@ find . \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \;
+# make gcc happy
+sed -i "s|-Werror\ ||" configure
+
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS"
./configure \