diff options
author | Christoph Willing <chris.willing@linux.com> | 2021-05-18 22:01:48 +1000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-05-18 23:42:08 +0700 |
commit | 8b22be9310bd72631a7ee8f8f6342c68542ac02f (patch) | |
tree | cb296f73fc5b9e3edc8248b5d924280a08b0b3ba /libraries | |
parent | 87b2aeeba3cfa5350cda7461cd2c1bc75d864d97 (diff) | |
download | slackbuilds-8b22be9310bd72631a7ee8f8f6342c68542ac02f.tar.gz |
libraries/gconfmm: Patch fo 15.0
Signed-off-by: Christoph Willing <chris.willing@linux.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries')
-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 \ |