Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 Oct 2021 06:52:51 GMT
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 92deafe21dbe - main - emulators/advancemame: unbreak after USE_GCC=any removal
Message-ID:  <202110160652.19G6qp3D043322@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by antoine:

URL: https://cgit.FreeBSD.org/ports/commit/?id=92deafe21dbe3f7518f86d41801857dc166f38bb

commit 92deafe21dbe3f7518f86d41801857dc166f38bb
Author:     Antoine Brodin <antoine@FreeBSD.org>
AuthorDate: 2021-10-16 06:52:32 +0000
Commit:     Antoine Brodin <antoine@FreeBSD.org>
CommitDate: 2021-10-16 06:52:32 +0000

    emulators/advancemame: unbreak after USE_GCC=any removal
---
 emulators/advancemame/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/emulators/advancemame/Makefile b/emulators/advancemame/Makefile
index c40fbd941391..0792c72dea4d 100644
--- a/emulators/advancemame/Makefile
+++ b/emulators/advancemame/Makefile
@@ -36,7 +36,7 @@ OPTIONS_DEFAULT=	FREETYPE
 OPTIONS_DEFAULT_i386=	ASM
 
 ASM_BUILD_DEPENDS=	nasm:devel/nasm
-ASM_USE=		gcc=any
+ASM_USE=		GCC=yes
 ASM_CONFIGURE_ENABLE=	asm
 FREETYPE_USES=		pkgconfig
 FREETYPE_LIB_DEPENDS=	libfreetype.so:print/freetype2



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202110160652.19G6qp3D043322>