freebsd-ports/security/vlock/files/patch-modules-caca.c
Ganael LAPLANCHE cb34590b93 Ub-break port + refresh patches
Reported by:	Vagner Rener <vagnerrener@gmail.com>
2020-02-12 11:04:54 +00:00

12 lines
242 B
C

Remove legacy header as libcucul has now been merged into libcaca.
--- modules/caca.c.orig 2011-09-18 15:22:35 UTC
+++ modules/caca.c
@@ -37,7 +37,6 @@
#include <ncurses.h>
-#include <cucul.h>
#include <caca.h>
#include "process.h"