git: d32ef5554611 - main - graphics/ppmcaption: builds fine on amd64 now, remove restriction.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 25 Oct 2021 14:27:00 UTC
The branch main has been updated by danfe: URL: https://cgit.FreeBSD.org/ports/commit/?id=d32ef5554611d12596e5d0bb3cbbebbe21b7c7ab commit d32ef5554611d12596e5d0bb3cbbebbe21b7c7ab Author: Alexey Dokuchaev <danfe@FreeBSD.org> AuthorDate: 2021-10-25 14:25:24 +0000 Commit: Alexey Dokuchaev <danfe@FreeBSD.org> CommitDate: 2021-10-25 14:25:25 +0000 graphics/ppmcaption: builds fine on amd64 now, remove restriction. --- graphics/ppmcaption/Makefile | 3 --- 1 file changed, 3 deletions(-) diff --git a/graphics/ppmcaption/Makefile b/graphics/ppmcaption/Makefile index b2b27ae16f1e..3239e70ae215 100644 --- a/graphics/ppmcaption/Makefile +++ b/graphics/ppmcaption/Makefile @@ -15,9 +15,6 @@ MAKE_ARGS= install_prefix=${STAGEDIR} PLIST_FILES= bin/ppmcaption man/man1/ppmcaption.1.gz -ONLY_FOR_ARCHS= i386 powerpc powerpc64 powerpc64le -ONLY_FOR_ARCHS_REASON= does not compile on amd64; untested everywhere else - post-patch: @${REINPLACE_CMD} -e "s,-lang-c89,," ${WRKSRC}/configure