diff options
Diffstat (limited to 'libraries/gconfmm')
-rw-r--r-- | libraries/gconfmm/gconfmm.SlackBuild | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/libraries/gconfmm/gconfmm.SlackBuild b/libraries/gconfmm/gconfmm.SlackBuild index 59626c25ec..9a896446c5 100644 --- a/libraries/gconfmm/gconfmm.SlackBuild +++ b/libraries/gconfmm/gconfmm.SlackBuild @@ -64,10 +64,6 @@ cd $TMP rm -rf $PRGNAM-$VERSION tar xvf $CWD/$PRGNAM-$VERSION.tar.?z* cd $PRGNAM-$VERSION - -# Thanks to Petar Petrov and Gentoo -patch -p1 < $CWD/gconfmm-2.28.3-no-extern-c-glib-includes.patch - chown -R root:root . find -L . \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ @@ -75,7 +71,7 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; -# Thanks to Gentoo! +# Thanks to Petar Petrov and Gentoo! patch -p1 -i $CWD/gconfmm-2.28.3-no-extern-c-glib-includes.patch CFLAGS="$SLKCFLAGS" \ |