From 9e3b89c337dfb761662537bec10b2752eb737884 Mon Sep 17 00:00:00 2001 From: micha Date: Mon, 18 Jan 2021 09:41:07 +0000 Subject: games/doomlegacy: Build fix Remove "-march=native" option. This should unbreak bulk builds on 32-bit ARM architectures. Bump PKGREVISION. --- games/doomlegacy/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'games') diff --git a/games/doomlegacy/Makefile b/games/doomlegacy/Makefile index 69eebb3ca2e..4d412a26a56 100644 --- a/games/doomlegacy/Makefile +++ b/games/doomlegacy/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.11 2021/01/04 16:40:59 micha Exp $ +# $NetBSD: Makefile,v 1.12 2021/01/18 09:41:07 micha Exp $ VERS= 1.48.8 PKGNAME= doomlegacy-${VERS} +PKGREVISION= 1 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=doomlegacy/} DISTNAME= ${PKGNAME_NOREV:S/-/_/}_source @@ -60,8 +61,7 @@ SUBST_FILES.makeopt= make_options SUBST_SED.makeopt= -e 's,\#[ ]*COMP_ENVIRONMENT,COMP_ENVIRONMENT,' SUBST_SED.makeopt+= -e 's,HAVE_LIBZIP,\# HAVE_LIBZIP,' SUBST_SED.makeopt+= -e 's,HAVE_DLOPEN,\# HAVE_DLOPEN,' -SUBST_SED.makeopt+= -e 's,\# ARCH=-march=native,ARCH=-march=native,' -SUBST_SED.makeopt+= -e 's,ARCH=-march=i686,\# ARCH=-march=native,' +SUBST_SED.makeopt+= -e 's,ARCH=-march=i686,\# ARCH=-march=i686,' # Configure defaults for LEGACYWADDIR and DOOMWADDIR SUBST_CLASSES+= doomdef -- cgit v1.2.3