f9197640d9
We were not setting the flag to select the GNUstep ABI, so were defaulting to using the GCC-compatible version, which was likely to trigger a lot of subtle bugs. This was noticed when C++ exceptions thrown through Objective-C stack frames caused segfaults.
25 lines
628 B
Makefile
25 lines
628 B
Makefile
# Created by: Thomas Gellekum <tg@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= pantomime
|
|
PORTVERSION= 1.2.3
|
|
PORTREVISION= 1
|
|
CATEGORIES= mail gnustep
|
|
MASTER_SITES= SAVANNAH/gnustep-nonfsf/
|
|
DISTNAME= Pantomime-${PORTVERSION}
|
|
|
|
MAINTAINER= theraven@FreeBSD.org
|
|
COMMENT= Mail/MIME handling library for GNUstep
|
|
|
|
LICENSE= LGPL21
|
|
|
|
# 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'
|
|
USES= gnustep iconv ssl
|
|
USE_GNUSTEP= back build
|
|
USE_LDCONFIG= ${GNUSTEP_LOCAL_LIBRARIES}
|
|
|
|
DEFAULT_LIBVERSION= 1.2
|
|
|
|
.include <bsd.port.mk>
|