mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +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.
27 lines
608 B
Makefile
27 lines
608 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= helpviewer
|
|
PORTVERSION= 0.3
|
|
PORTREVISION= 8
|
|
CATEGORIES= deskutils gnustep
|
|
MASTER_SITES= http://www.roard.com/helpviewer/download/
|
|
DISTNAME= HelpViewer-${PORTVERSION}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Online help viewer for GNUstep programs
|
|
|
|
LICENSE= GPLv2
|
|
|
|
USES= gnustep tar:tgz
|
|
USE_GNUSTEP= back build
|
|
|
|
post-patch:
|
|
${REINPLACE_CMD} -e 's|Foundation/GSXML.h|GNUstepBase/GSXML.h|' \
|
|
${WRKSRC}/HandlerStructureXLP.h \
|
|
${WRKSRC}/TextFormatterXLP.h
|
|
|
|
post-install:
|
|
${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/System/Applications/HelpViewer.app/HelpViewer
|
|
|
|
.include <bsd.port.mk>
|