Skip to content

Commit

Permalink
lang/luajit-openresty: drop GCC on powerpc*
Browse files Browse the repository at this point in the history
  • Loading branch information
pkubaj committed Aug 12, 2023
1 parent 953225a commit 60aaf2a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lang/luajit-openresty/Makefile
@@ -1,6 +1,7 @@
PORTNAME= luajit
DISTVERSIONPREFIX= v
DISTVERSION= 2.1-20230410
PORTREVISION= 1
CATEGORIES= lang
PKGNAMESUFFIX= -openresty

Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 60aaf2a

Please sign in to comment.