diff options
author | pav <pav@FreeBSD.org> | 2009-06-13 20:27:30 +0000 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2009-06-13 20:27:30 +0000 |
commit | 8dc55c0196d0d409b9c57f089da51df5b5a9b56a (patch) | |
tree | 91e22e266b537b6727122ecbf400b894f8f710fc | |
parent | 9403ba17b7da593a9b5c71767334e291ae3b2a11 (diff) | |
download | FreeBSD-ports-8dc55c0196d0d409b9c57f089da51df5b5a9b56a.zip FreeBSD-ports-8dc55c0196d0d409b9c57f089da51df5b5a9b56a.tar.gz |
- Broken on amd64/8
Reported by: pointyhat
-rw-r--r-- | chinese/mplayer-fonts/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/chinese/mplayer-fonts/Makefile b/chinese/mplayer-fonts/Makefile index 54f605e..b069514 100644 --- a/chinese/mplayer-fonts/Makefile +++ b/chinese/mplayer-fonts/Makefile @@ -39,6 +39,12 @@ ALL_FONTS= ${ARPHIC_FONTS_BIG5} ${ARPHIC_FONTS_GB2312} FONT_SIZES= 16 24 WEBFONTS_WRKSRC= `cd ${PORTSDIR}/x11-fonts/webfonts/; make -V WRKSRC` +.include <bsd.port.pre.mk> + +.if ${ARCH} == "amd64" && ${OSVERSION} >= 800000 +BROKEN= segfaults during build +.endif + post-extract: .for fn in ${ALL_FONTS} @${LN} -sf ${ARPHIC_FONTDIR}/${fn}.ttf ${WRKSRC}/ @@ -77,4 +83,4 @@ do-install: post-install: @${CAT} ${PKGMESSAGE} -.include <bsd.port.mk> +.include <bsd.port.post.mk> |