diff options
Diffstat (limited to 'multimedia/totem/totem.SlackBuild')
-rw-r--r-- | multimedia/totem/totem.SlackBuild | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/multimedia/totem/totem.SlackBuild b/multimedia/totem/totem.SlackBuild index 156675eb03..4b12b0f606 100644 --- a/multimedia/totem/totem.SlackBuild +++ b/multimedia/totem/totem.SlackBuild @@ -76,6 +76,10 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; +# Patch to fix building on slackware-15.0, when the updated graphics +# packages from /testing are installed: +patch -Np1 -i "$CWD/bac013c6b7dda0f43a396af16f5c95b153c9137e.patch" + mkdir build cd build CFLAGS="$SLKCFLAGS" \ |