devel/py-pycapsicum: unbreak build after 620968a43a

Restore the patch accidentally removed due to confusing comment.

_pycapsicum.c:36:10: fatal error: 'sys/capability.h' file not found
 #include "sys/capability.h"
          ^~~~~~~~~~~~~~~~~~

Reported by:	pkg-fallout

(cherry picked from commit c85f76fcf7)
This commit is contained in:
Jan Beich 2021-10-04 21:40:20 +00:00
parent 5144357393
commit 67d1d80b40
2 changed files with 5 additions and 0 deletions

View File

@ -6,6 +6,9 @@ CATEGORIES= devel security python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
PATCH_SITES= https://github.com/stillson/pycapsicum2/commit/
PATCHFILES+= 5e9854f13448.patch:-p1 # https://github.com/stillson/pycapsicum2/pull/3
MAINTAINER= stillson@gmail.com
COMMENT= Python interface to capsicum security

View File

@ -1,3 +1,5 @@
TIMESTAMP = 1479000975
SHA256 (pycapsicum-1.0.tar.gz) = 413054a2e58a86c6959ddb9e23e99332c240638a552218de0ff8161099d45908
SIZE (pycapsicum-1.0.tar.gz) = 8177
SHA256 (5e9854f13448.patch) = 824ff550eb4eb0dbc06ab7c4c43212ec015622bcff037fe756b1c9d4f6192497
SIZE (5e9854f13448.patch) = 920