Fix build with new libcaca when CACASAVER is on

MFH:		2015Q3
This commit is contained in:
Ganael LAPLANCHE 2015-07-22 19:39:22 +00:00
parent d8392b3f82
commit c9e90b0961
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=392691
2 changed files with 13 additions and 1 deletions

View File

@ -3,7 +3,7 @@
PORTNAME= vlock
PORTVERSION= 2.2.3
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= security
MASTER_SITES= http://cthulhu.c3d2.de/~toidinamai/vlock/archive/

View File

@ -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"