Fix build with new libcaca when CACASAVER is on
MFH: 2015Q3
This commit is contained in:
parent
d8392b3f82
commit
c9e90b0961
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=392691
@ -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/
|
||||
|
||||
|
12
security/vlock/files/patch-modules-caca.c
Normal file
12
security/vlock/files/patch-modules-caca.c
Normal 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"
|
Loading…
Reference in New Issue
Block a user