diff options
author | martymac <martymac@FreeBSD.org> | 2015-07-23 03:39:22 +0800 |
---|---|---|
committer | martymac <martymac@FreeBSD.org> | 2015-07-23 03:39:22 +0800 |
commit | ccddb4f0fd40239db3c9ee511225f29d68703237 (patch) | |
tree | 4fcc1097df436e419197e02e1c8c40be8152148d /security | |
parent | f7acb9ae61442d50a889c7465b4e2b1dd3a0c51e (diff) | |
download | freebsd-ports-gnome-ccddb4f0fd40239db3c9ee511225f29d68703237.tar.gz freebsd-ports-gnome-ccddb4f0fd40239db3c9ee511225f29d68703237.tar.zst freebsd-ports-gnome-ccddb4f0fd40239db3c9ee511225f29d68703237.zip |
Fix build with new libcaca when CACASAVER is on
MFH: 2015Q3
Diffstat (limited to 'security')
-rw-r--r-- | security/vlock/Makefile | 2 | ||||
-rw-r--r-- | security/vlock/files/patch-modules-caca.c | 12 |
2 files changed, 13 insertions, 1 deletions
diff --git a/security/vlock/Makefile b/security/vlock/Makefile index 074ce8aeac3d..8fe75ad835e5 100644 --- a/security/vlock/Makefile +++ b/security/vlock/Makefile @@ -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/ 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" |