mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
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.
24 lines
494 B
Makefile
24 lines
494 B
Makefile
# Created by: Thomas Gellekum <tg@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= gnumail
|
|
PORTVERSION= 1.2.3
|
|
PORTREVISION= 1
|
|
CATEGORIES= mail gnustep
|
|
MASTER_SITES= SAVANNAH/gnustep-nonfsf/
|
|
DISTNAME= GNUMail-${PORTVERSION}
|
|
|
|
MAINTAINER= theraven@FreeBSD.org
|
|
COMMENT= GNUstep mail client
|
|
|
|
LICENSE= GPLv2
|
|
|
|
USES= cpe gnustep
|
|
CPE_VENDOR= gnu
|
|
USE_GNUSTEP= back build
|
|
LIB_DEPENDS= libPantomime.so:mail/pantomime \
|
|
libAddresses.so:mail/addresses
|
|
USE_LDCONFIG= ${GNUSTEP_SYSTEM_LIBRARIES}
|
|
|
|
.include <bsd.port.mk>
|