mail/pantomime: Unbreak on HEAD
- Pet portclippy
This commit is contained in:
parent
f729e32a08
commit
1296a03eb8
1 changed files with 9 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue