diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2016-01-09 00:20:51 -0600 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-01-17 09:40:16 +0700 |
commit | a76c684abe88ce47b1b07774b9a3794fe6d640a9 (patch) | |
tree | 25600934fdd773e398e008a52212c1296631d9dc /libraries/libunique/libunique.SlackBuild | |
parent | 192e2e9e564f9b022655b4f4c4d2965519d2ab9f (diff) | |
download | slackbuilds-a76c684abe88ce47b1b07774b9a3794fe6d640a9.tar.gz |
libraries/libunique: Kill unnecessary patch for compiler warnings
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'libraries/libunique/libunique.SlackBuild')
-rw-r--r-- | libraries/libunique/libunique.SlackBuild | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/libraries/libunique/libunique.SlackBuild b/libraries/libunique/libunique.SlackBuild index f1ef5c55ae..2a815437f2 100644 --- a/libraries/libunique/libunique.SlackBuild +++ b/libraries/libunique/libunique.SlackBuild @@ -6,7 +6,7 @@ PRGNAM=libunique VERSION=${VERSION:-1.1.6} -BUILD=${BUILD:-4} +BUILD=${BUILD:-5} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -51,9 +51,6 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ -exec chmod 644 {} \; -# remove compiler warnings to make gcc-4.7 happy -patch -p1 < $CWD/libunique-1.1.6-compiler-warnings.patch - # Remove G_CONST_RETURN usage, now that its gone in glib # https://bugzilla.gnome.org/show_bug.cgi?id=652545 patch -p1 < $CWD/libunique-1.1.6-G_CONST_RETURN.patch |