summaryrefslogtreecommitdiff
path: root/security/vlock/files/patch-modules-caca.c
diff options
context:
space:
mode:
authorGanael LAPLANCHE <martymac@FreeBSD.org>2015-07-22 19:39:22 +0000
committerGanael LAPLANCHE <martymac@FreeBSD.org>2015-07-22 19:39:22 +0000
commitc9e90b0961c748cf82fc96312879f1230239d913 (patch)
tree4fcc1097df436e419197e02e1c8c40be8152148d /security/vlock/files/patch-modules-caca.c
parentUpdate to 1.11 (diff)
Fix build with new libcaca when CACASAVER is on
MFH: 2015Q3
Notes
Notes: svn path=/head/; revision=392691
Diffstat (limited to 'security/vlock/files/patch-modules-caca.c')
-rw-r--r--security/vlock/files/patch-modules-caca.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/security/vlock/files/patch-modules-caca.c b/security/vlock/files/patch-modules-caca.c
new file mode 100644
index 000000000000..7f3920c17a6f
--- /dev/null
+++ b/security/vlock/files/patch-modules-caca.c
@@ -0,0 +1,12 @@
+Remove legacy header as libcucul has now been merged into libcaca.
+
+--- ./modules/caca.c.orig 2015-07-21 20:34:23.876845709 +0200
++++ ./modules/caca.c 2015-07-21 20:34:33.937820107 +0200
+@@ -37,7 +37,6 @@
+
+ #include <ncurses.h>
+
+-#include <cucul.h>
+ #include <caca.h>
+
+ #include "process.h"