Date: Fri, 22 Oct 2021 12:09:14 GMT From: Piotr Kubaj <pkubaj@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 28f6396d181c - main - graphics/ppmcaption: enable on powerpc and powerpc64 Message-ID: <202110221209.19MC9EVq099044@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=28f6396d181c9c3183cc34f0b81884dc5268f7ba commit 28f6396d181c9c3183cc34f0b81884dc5268f7ba Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2021-10-22 11:42:30 +0000 Commit: Piotr Kubaj <pkubaj@FreeBSD.org> CommitDate: 2021-10-22 11:42:30 +0000 graphics/ppmcaption: enable on powerpc and powerpc64 --- graphics/ppmcaption/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/graphics/ppmcaption/Makefile b/graphics/ppmcaption/Makefile index adfcf700b69a..8bae7e7b3345 100644 --- a/graphics/ppmcaption/Makefile +++ b/graphics/ppmcaption/Makefile @@ -15,7 +15,7 @@ MAKE_ARGS= install_prefix=${STAGEDIR} PLIST_FILES= bin/ppmcaption man/man1/ppmcaption.1.gz -ONLY_FOR_ARCHS= i386 +ONLY_FOR_ARCHS= i386 powerpc powerpc64 ONLY_FOR_ARCHS_REASON= does not compile on amd64; untested everywhere else post-patch:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202110221209.19MC9EVq099044>