summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authormicha <micha@pkgsrc.org>2021-01-18 09:41:07 +0000
committermicha <micha@pkgsrc.org>2021-01-18 09:41:07 +0000
commit9e3b89c337dfb761662537bec10b2752eb737884 (patch)
tree21f39fb2cda805342b4ca59835985436392297c7 /games
parentb95ac23a7d5140a4c0afd92ea51e5b9f26f2802d (diff)
downloadpkgsrc-9e3b89c337dfb761662537bec10b2752eb737884.tar.gz
games/doomlegacy: Build fix
Remove "-march=native" option. This should unbreak bulk builds on 32-bit ARM architectures. Bump PKGREVISION.
Diffstat (limited to 'games')
-rw-r--r--games/doomlegacy/Makefile6
1 files changed, 3 insertions, 3 deletions
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