mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
desktop/devilspie: # Allow DEPRECATED functions on gtk+2-2.24.3.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
parent
114ffb8bfe
commit
177c9510ad
1 changed files with 4 additions and 0 deletions
|
@ -52,6 +52,10 @@ find . \
|
|||
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
|
||||
-exec chmod 644 {} \;
|
||||
|
||||
# Allow DEPRECATED functions or build fails on gtk+2-2.24.3.
|
||||
sed -i -e '/-DG.*_DISABLE_DEPRECATED/d' src/Makefile.am
|
||||
autoreconf
|
||||
|
||||
CFLAGS="$SLKCFLAGS" \
|
||||
CPPFLAGS="$SLKCFLAGS" \
|
||||
./configure \
|
||||
|
|
Loading…
Reference in a new issue