summaryrefslogtreecommitdiffstats
path: root/libraries/glog/glog.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/glog/glog.SlackBuild')
-rw-r--r--libraries/glog/glog.SlackBuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/libraries/glog/glog.SlackBuild b/libraries/glog/glog.SlackBuild
index d1fbb0c262..59623dd958 100644
--- a/libraries/glog/glog.SlackBuild
+++ b/libraries/glog/glog.SlackBuild
@@ -24,7 +24,7 @@
PRGNAM=glog
VERSION=${VERSION:-0.3.3}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@@ -61,7 +61,9 @@ mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
+cp $CWD/glog.patch $PRGNAM-$VERSION/glog.patch
cd $PRGNAM-$VERSION
+patch -p1 < glog.patch
chown -R root:root .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \