diff options
-rw-r--r-- | libraries/gconfmm/gconfmm.SlackBuild | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/libraries/gconfmm/gconfmm.SlackBuild b/libraries/gconfmm/gconfmm.SlackBuild index d489d1a559..59626c25ec 100644 --- a/libraries/gconfmm/gconfmm.SlackBuild +++ b/libraries/gconfmm/gconfmm.SlackBuild @@ -26,7 +26,7 @@ PRGNAM=gconfmm VERSION=${VERSION:-2.28.3} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -64,6 +64,10 @@ 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 \ |