mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
development/rtags: Fix build with latest emacs patch.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
ba6f0951e1
commit
c84597179b
2 changed files with 4 additions and 1 deletions
Binary file not shown.
|
@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
|
|||
|
||||
PRGNAM=rtags
|
||||
VERSION=${VERSION:-2.38}
|
||||
BUILD=${BUILD:-1}
|
||||
BUILD=${BUILD:-2}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
||||
|
@ -78,6 +78,9 @@ tar xvf $CWD/rct-$RCT_VERSION.tar.gz
|
|||
rmdir rct
|
||||
mv rct-$RCT_VERSION rct
|
||||
cd ..
|
||||
# fix build with latest emacs in patches/
|
||||
# thanks debian maintainers
|
||||
zcat $CWD/0017-Add-when-argument-to-define-obsolete-function-alias.patch.gz | patch -p1 || exit 1
|
||||
chown -R root:root .
|
||||
find -L . \
|
||||
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
|
||||
|
|
Loading…
Reference in a new issue