git: 60aaf2af7a49 - main - lang/luajit-openresty: drop GCC on powerpc*
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 12 Aug 2023 01:37:58 UTC
The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=60aaf2af7a49e0d0bdb54a9c1acb0afa8149aa1c commit 60aaf2af7a49e0d0bdb54a9c1acb0afa8149aa1c Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2023-08-10 23:09:47 +0000 Commit: Piotr Kubaj <pkubaj@FreeBSD.org> CommitDate: 2023-08-12 01:37:38 +0000 lang/luajit-openresty: drop GCC on powerpc* --- lang/luajit-openresty/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lang/luajit-openresty/Makefile b/lang/luajit-openresty/Makefile index adfce654ea34..9f7639f179dd 100644 --- a/lang/luajit-openresty/Makefile +++ b/lang/luajit-openresty/Makefile @@ -1,6 +1,7 @@ PORTNAME= luajit DISTVERSIONPREFIX= v DISTVERSION= 2.1-20230410 +PORTREVISION= 1 CATEGORIES= lang PKGNAMESUFFIX= -openresty @@ -34,7 +35,7 @@ PLIST_SUB+= VERSION=${LUAJIT_VERSION} SOVERSION=${LUAJIT_SOVERSION} .include <bsd.port.options.mk> -.if ${ARCH:Mpowerpc*} || ${ARCH:Mmips*} +.if ${ARCH:Mmips*} USE_GCC=yes .endif