Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Jan 2024 10:35:54 GMT
From:      Alex Kozlov <ak@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 8a8695e5abef - main - emulators/dgen-sdl: Explicitly disable asm functions
Message-ID:  <202401231035.40NAZs8B046695@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/ports/commit/?id=8a8695e5abefba15ff1bb78d71a3551a48a5b5e9

commit 8a8695e5abefba15ff1bb78d71a3551a48a5b5e9
Author:     Alex Kozlov <ak@FreeBSD.org>
AuthorDate: 2024-01-23 10:35:30 +0000
Commit:     Alex Kozlov <ak@FreeBSD.org>
CommitDate: 2024-01-23 10:35:30 +0000

    emulators/dgen-sdl: Explicitly disable asm functions
---
 emulators/dgen-sdl/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/emulators/dgen-sdl/Makefile b/emulators/dgen-sdl/Makefile
index d9892cb426e9..7ab9d208d643 100644
--- a/emulators/dgen-sdl/Makefile
+++ b/emulators/dgen-sdl/Makefile
@@ -14,6 +14,8 @@ USES=		gl gmake sdl
 GNU_CONFIGURE=	yes
 GNU_CONFIGURE_MANPREFIX=	${PREFIX}/share
 
+CONFIGURE_ARGS+=	--disable-asm
+
 PLIST_FILES=	bin/dgen \
 		bin/dgen_tobin \
 		share/man/man1/dgen.1.gz \



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