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}|' \ |