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.
23 lines
497 B
Makefile
23 lines
497 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= rsskit
|
|
PORTVERSION= 0.4
|
|
PORTREVISION= 5
|
|
CATEGORIES= www gnustep
|
|
MASTER_SITES= SAVANNAH/gap
|
|
DISTNAME= RSSKit-${PORTVERSION}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Etoile Project RSSKit framework
|
|
|
|
LICENSE= LGPL21
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
USES= gnustep
|
|
USE_GNUSTEP= back build
|
|
USE_LDCONFIG= ${GNUSTEP_LOCAL_LIBRARIES}
|
|
|
|
post-install:
|
|
${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/System/Library/Frameworks/RSSKit.framework/Versions/0/libRSSKit.so
|
|
|
|
.include <bsd.port.mk>
|