diff options
author | antoine <antoine@FreeBSD.org> | 2019-04-04 16:13:48 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2019-04-04 16:13:48 +0800 |
commit | aa1eac1bf19f2443b3145a99c52892678acca786 (patch) | |
tree | c6079e09bde4d2baa3a32ae53ac5b5cf348440ab /net-p2p/linuxdcpp | |
parent | 555434cf14dd8c4c499d3bfea99499634d17b8c7 (diff) | |
download | freebsd-ports-gnome-aa1eac1bf19f2443b3145a99c52892678acca786.tar.gz freebsd-ports-gnome-aa1eac1bf19f2443b3145a99c52892678acca786.tar.zst freebsd-ports-gnome-aa1eac1bf19f2443b3145a99c52892678acca786.zip |
Mark BROKEN on FreeBSD 12 and 13
Reported by: pkg-fallout
MFH: 2019Q2
Diffstat (limited to 'net-p2p/linuxdcpp')
-rw-r--r-- | net-p2p/linuxdcpp/Makefile | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/net-p2p/linuxdcpp/Makefile b/net-p2p/linuxdcpp/Makefile index 9fa7ed539d95..615effdbcd4f 100644 --- a/net-p2p/linuxdcpp/Makefile +++ b/net-p2p/linuxdcpp/Makefile @@ -32,6 +32,13 @@ LDFLAGS+= -L${LOCALBASE}/lib NOTIFY_LIB_DEPENDS= libnotify.so:devel/libnotify NOTIFY_MAKE_ARGS_OFF= libnotify=0 +.include <bsd.port.pre.mk> + +.if ${SSL_DEFAULT} == base +BROKEN_FreeBSD_12= member access into incomplete type 'dh_st' +BROKEN_FreeBSD_13= member access into incomplete type 'dh_st' +.endif + post-patch: @${REINPLACE_CMD} -e "s/'iconv'/'${ICONV_LIB:S/-l//}'/" \ ${WRKSRC}/SConstruct @@ -40,4 +47,4 @@ post-patch: post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} -.include <bsd.port.mk> +.include <bsd.port.post.mk> |