git: 98127e3644e6 - main - misc/libpri: enable on armv7 and powerpc

Piotr Kubaj pkubaj at FreeBSD.org
Tue Jun 15 08:42:39 UTC 2021


The branch main has been updated by pkubaj:

URL: https://cgit.FreeBSD.org/ports/commit/?id=98127e3644e62c8e4a07343c4739a3260c611b6e

commit 98127e3644e62c8e4a07343c4739a3260c611b6e
Author:     Piotr Kubaj <pkubaj at FreeBSD.org>
AuthorDate: 2021-06-15 08:41:36 +0000
Commit:     Piotr Kubaj <pkubaj at 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


More information about the dev-commits-ports-main mailing list