Date: Tue, 15 Jun 2021 08:42:38 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: 98127e3644e6 - main - misc/libpri: enable on armv7 and powerpc Message-ID: <202106150842.15F8gcfN065966@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=98127e3644e62c8e4a07343c4739a3260c611b6e commit 98127e3644e62c8e4a07343c4739a3260c611b6e Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2021-06-15 08:41:36 +0000 Commit: Piotr Kubaj <pkubaj@FreeBSD.org> CommitDate: 2021-06-15 08:41:36 +0000 misc/libpri: enable on armv7 and powerpc --- misc/libpri/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/libpri/Makefile b/misc/libpri/Makefile index 93cecead78cb..b54dd2cc372e 100644 --- a/misc/libpri/Makefile +++ b/misc/libpri/Makefile @@ -15,7 +15,7 @@ USE_LDCONFIG= yes PLIST_FILES= include/libpri.h lib/libpri.a lib/libpri.so lib/libpri.so.1 MAKE_ARGS= INSTALL_PREFIX=${STAGEDIR}${PREFIX} -ONLY_FOR_ARCHS= amd64 i386 powerpc64 powerpc64le sparc64 +ONLY_FOR_ARCHS= amd64 armv7 i386 powerpc powerpc64 powerpc64le sparc64 post-patch: ${REINPLACE_CMD} -e '/^all:/s/$$(UTILITIES)//' ${WRKSRC}/Makefile
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202106150842.15F8gcfN065966>