diff -r -u -N print/harfbuzz/Makefile /usr/home/pi/myp/print/harfbuzz/Makefile --- print/harfbuzz/Makefile 2014-04-17 21:20:04.000000000 +0200 +++ /usr/home/pi/myp/print/harfbuzz/Makefile 2014-04-19 18:22:11.000000000 +0200 @@ -14,9 +14,8 @@ libicudata.so:${PORTSDIR}/devel/icu \ libgraphite2.so:${PORTSDIR}/graphics/graphite2 -USE_BZIP2= yes USE_LDCONFIG= yes -USES= gmake pathfix pkgconfig +USES= gmake pathfix pkgconfig tar:bzip2 USE_GNOME= cairo glib20 ltverhack GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-graphite2 @@ -30,4 +29,17 @@ post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libharfbuzz*.so.0 +.if ${OSVERSION} < 1000024 +post-configure: + ${REINPLACE_CMD} -e 's/ --std=c++0x//' ${WRKSRC}/util/Makefile + ${REINPLACE_CMD} -e 's/ --std=c++0x//' ${WRKSRC}/docs/reference/Makefile + ${REINPLACE_CMD} -e 's/ --std=c++0x//' ${WRKSRC}/docs/Makefile + ${REINPLACE_CMD} -e 's/ --std=c++0x//' ${WRKSRC}/test/shaping/Makefile + ${REINPLACE_CMD} -e 's/ --std=c++0x//' ${WRKSRC}/test/api/Makefile + ${REINPLACE_CMD} -e 's/ --std=c++0x//' ${WRKSRC}/test/Makefile + ${REINPLACE_CMD} -e 's/ --std=c++0x//' ${WRKSRC}/src/hb-ucdn/Makefile + ${REINPLACE_CMD} -e 's/ --std=c++0x//' ${WRKSRC}/src/Makefile + ${REINPLACE_CMD} -e 's/ --std=c++0x//' ${WRKSRC}/Makefile +.endif + .include