From 7254a8aa916af9cebea28058a342544c259164cc Mon Sep 17 00:00:00 2001 From: Piotr Kubaj Date: Tue, 7 Jan 2025 09:20:22 +0100 Subject: [PATCH] textproc/hevea: fix build on powerpc --- textproc/hevea/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/textproc/hevea/Makefile b/textproc/hevea/Makefile index 451f00f19882..65fb5fb21568 100644 --- a/textproc/hevea/Makefile +++ b/textproc/hevea/Makefile @@ -20,6 +20,12 @@ OPTIONS_DEFINE= DOCS DOCS_DISTFILES+= ${PORTNAME}-${PORTVERSION}-manual.pdf \ ${PORTNAME}-${PORTVERSION}-manual.tar.gz +.include + +.if ${ARCH} == powerpc +USE_BINUTILS= yes +.endif + post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/esponja @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/bibhva