diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2013-11-19 18:10:03 +0100 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2013-11-19 15:20:49 -0600 |
commit | ea7d73bcdd47a18ea2abc9c07f23be504b29a208 (patch) | |
tree | 101f60317ed318c9cf79f96edd6dde11236ee0de /desktop/ideviceinstaller | |
parent | 0ed8479f07b5a0616389343c09de44d5d2772f2a (diff) | |
download | slackbuilds-ea7d73bcdd47a18ea2abc9c07f23be504b29a208.tar.gz |
desktop/ideviceinstaller: Disabled warnings-as-errors.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'desktop/ideviceinstaller')
-rw-r--r-- | desktop/ideviceinstaller/ideviceinstaller.SlackBuild | 5 |
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 \ |