View | Details | Raw Unified | Return to bug 211201 | Differences between
and this patch

Collapse All | Expand All

(-)inventor/Makefile (-1 / +4 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	inventor
4
PORTNAME=	inventor
5
PORTVERSION=	2.1.5.p10
5
PORTVERSION=	2.1.5.p10
6
PORTREVISION=	12
6
PORTREVISION=	13
7
CATEGORIES=	graphics
7
CATEGORIES=	graphics
8
MASTER_SITES=	ftp://oss.sgi.com/projects/inventor/download/
8
MASTER_SITES=	ftp://oss.sgi.com/projects/inventor/download/
9
DISTNAME=	${PORTNAME}-${PORTVERSION:S/.p/-/}
9
DISTNAME=	${PORTNAME}-${PORTVERSION:S/.p/-/}
Lines 45-50 Link Here
45
LDFLAGS+=	-Wl,--add-needed
45
LDFLAGS+=	-Wl,--add-needed
46
46
47
post-patch:
47
post-patch:
48
# Fix for print/freetype2 v2.7, where FT_Done_GlyphSlot function is not exported
49
	@${REINPLACE_CMD} -e '/FT_Done_GlyphSlot/s|^|//|' \
50
		${WRKSRC}/libFL/ang/flfreetype.c
48
	@${REINPLACE_CMD} 's|/usr\(/include/freetype2\)|${LOCALBASE}\1|' \
51
	@${REINPLACE_CMD} 's|/usr\(/include/freetype2\)|${LOCALBASE}\1|' \
49
		${WRKSRC}/libFL/ang/GNUmakefile
52
		${WRKSRC}/libFL/ang/GNUmakefile
50
	@${REINPLACE_CMD} -e 's|%%ICONV_LIB%%|${ICONV_LIB}|' \
53
	@${REINPLACE_CMD} -e 's|%%ICONV_LIB%%|${ICONV_LIB}|' \

Return to bug 211201