mail/pantomime: Unbreak on HEAD

- Pet portclippy
This commit is contained in:
Muhammad Moinur Rahman 2023-05-02 18:07:47 +02:00
parent f729e32a08
commit 1296a03eb8

View file

@ -15,10 +15,17 @@ USES= gnustep iconv ssl
# The use of libiconv shouldn't be necessary, but a build dependency installs
# it and we end up picking up the header.
MAKE_ARGS+= LIBRARIES_DEPEND_UPON='${ICONV_LIB} -lssl'
USE_GNUSTEP= back build
USE_LDCONFIG= ${GNUSTEP_LOCAL_LIBRARIES}
MAKE_ARGS+= LIBRARIES_DEPEND_UPON='${ICONV_LIB} -lssl'
DEFAULT_LIBVERSION= 1.3
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1400079
CFLAGS+= -Wno-error=int-conversion
.endif
.include <bsd.port.post.mk>