diff options
author | antoine <antoine@FreeBSD.org> | 2019-04-07 14:00:10 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2019-04-07 14:00:10 +0800 |
commit | b73b95968b318fc807bc9f7d59ec27ad28fd9127 (patch) | |
tree | a5fd4c573220ebf911e8cbc53de3d617e53def67 /security/netpgp | |
parent | 3f51fbdd73d3b6bd20f308d7333822439548912b (diff) | |
download | freebsd-ports-gnome-b73b95968b318fc807bc9f7d59ec27ad28fd9127.tar.gz freebsd-ports-gnome-b73b95968b318fc807bc9f7d59ec27ad28fd9127.tar.zst freebsd-ports-gnome-b73b95968b318fc807bc9f7d59ec27ad28fd9127.zip |
Mark BROKEN on FreeBSD 12 and 13
Reported by: pkg-fallout
MFH: 2019Q2
Diffstat (limited to 'security/netpgp')
-rw-r--r-- | security/netpgp/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/security/netpgp/Makefile b/security/netpgp/Makefile index 46f8279abb23..27ae22bd36d2 100644 --- a/security/netpgp/Makefile +++ b/security/netpgp/Makefile @@ -15,6 +15,11 @@ INSTALL_TARGET= install-strip .include <bsd.port.pre.mk> +.if ${SSL_DEFAULT} == base +BROKEN_FreeBSD_12= incomplete definition of type 'struct rsa_st' +BROKEN_FreeBSD_13= incomplete definition of type 'struct rsa_st' +.endif + CPPFLAGS+= -I${OPENSSLINC} CFLAGS+= -I${OPENSSLINC} -Wno-error LDFLAGS+= -L${OPENSSLLIB} |