summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--system/vlock/vlock.SlackBuild6
1 files changed, 6 insertions, 0 deletions
diff --git a/system/vlock/vlock.SlackBuild b/system/vlock/vlock.SlackBuild
index a109720151..20ed374a66 100644
--- a/system/vlock/vlock.SlackBuild
+++ b/system/vlock/vlock.SlackBuild
@@ -27,6 +27,8 @@
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+# 20170621 bkw: fix build on -current.
+
# 20170309 bkw:
# - take over maintenance
# - i486 => i586
@@ -83,6 +85,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 {} \;
+# recent libcaca in -current no longer has the compatibility symlink
+# cucul.h => caca.h, so:
+sed -i 's,<cucul.h>,<caca.h>,' modules/caca.c
+
# patch by B. Watson, fixes the shell script wrapper so it loads
# the caca plugin when the -t/--timeout option is passed.
patch -p1 < $CWD/fix_caca.diff