summaryrefslogtreecommitdiff
path: root/textproc/lowdown/files/patch-main.c
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2020-01-21 08:59:44 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2020-01-21 08:59:44 +0000
commit7cc4858071fc56c87d577214a4a4fb1ce7c68e05 (patch)
tree739074eeef5c128ebb46443980f2df495b8f3bec /textproc/lowdown/files/patch-main.c
parentx11-fonts/firacode: update to v2 with even more ligatures (diff)
Update to 0.5.0
Notes
Notes: svn path=/head/; revision=523705
Diffstat (limited to 'textproc/lowdown/files/patch-main.c')
-rw-r--r--textproc/lowdown/files/patch-main.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/textproc/lowdown/files/patch-main.c b/textproc/lowdown/files/patch-main.c
deleted file mode 100644
index 1359a0006e8c..000000000000
--- a/textproc/lowdown/files/patch-main.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- main.c.orig 2017-10-26 09:00:30 UTC
-+++ main.c
-@@ -20,7 +20,7 @@
- #include <sys/param.h>
- #if HAVE_CAPSICUM
- # include <sys/resource.h>
--# include <sys/capability.h>
-+# include <sys/capsicum.h>
- #endif
-
- #if HAVE_ERR