From ecc69edf6868adcd46a52ff4aba406d0f7e5c642 Mon Sep 17 00:00:00 2001 From: "Ryan P.C. McQuen" Date: Tue, 15 Apr 2014 00:58:18 +0700 Subject: network/gq: New maintainer. Signed-off-by: Willy Sudiarto Raharjo --- network/gq/gq.SlackBuild | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'network/gq/gq.SlackBuild') diff --git a/network/gq/gq.SlackBuild b/network/gq/gq.SlackBuild index cb558b2096..fb015fd2da 100644 --- a/network/gq/gq.SlackBuild +++ b/network/gq/gq.SlackBuild @@ -1,6 +1,7 @@ #!/bin/sh # Copyright 2010 Chris Abela +# Copyright 2014 Ryan P.C. McQuen, WA, ryan.q@linux.com # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -62,16 +63,16 @@ tar xvf $CWD/$PRGNAM-$VERSION.tar.gz cd $PRGNAM-$VERSION chown -R root:root . find -L . \ - \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 -o -perm 511 \) \ - -exec chmod 755 {} \; -o \ - \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ - -exec chmod 644 {} \; + \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ + -o -perm 511 \) -exec chmod 755 {} \; -o \ + \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ + -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; # Starting with glib 2.32 it is now mandatory to # include glib.h instead of individual headers. patch -p1 -i $CWD/glib-single-include.patch -# Fix for gcc 4.7 -patch -p1 -i $CWD/gcc-4.7.patch +# Fix for gcc +patch -p1 -i $CWD/gcc.patch CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ -- cgit v1.2.3-80-g2a13