aboutsummaryrefslogtreecommitdiffstats
path: root/security/netpgp
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2019-04-07 14:00:10 +0800
committerantoine <antoine@FreeBSD.org>2019-04-07 14:00:10 +0800
commitb73b95968b318fc807bc9f7d59ec27ad28fd9127 (patch)
treea5fd4c573220ebf911e8cbc53de3d617e53def67 /security/netpgp
parent3f51fbdd73d3b6bd20f308d7333822439548912b (diff)
downloadfreebsd-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/Makefile5
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}