1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

Use BROKEN_SSL

Approved by:	portmgr (blanket)
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2018-02-17 12:00:03 +00:00
parent 548711ae71
commit dffc978375
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=462131

View File

@ -12,6 +12,8 @@ COMMENT= Simple IRC proxy with SSL support
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
BROKEN_SSL= openssl-devel
GNU_CONFIGURE= yes
LDFLAGS+= -L${LOCALBASE}/lib -L${OPENSSLLIB}
CFLAGS+= -Wno-sign-compare -Wno-error -I${OPENSSLINC}
@ -44,10 +46,4 @@ post-install-EXAMPLES-on:
${INSTALL_DATA} ${WRKSRC}/samples/${i} ${STAGEDIR}${EXAMPLESDIR}
.endfor
.include <bsd.port.pre.mk>
.if ${SSL_DEFAULT:Mopenssl-devel}
BROKEN= Does not build with openssl-devel
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>