pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/games/doomlegacy games/doomlegacy: Build fix



details:   https://anonhg.NetBSD.org/pkgsrc/rev/523ae68055df
branches:  trunk
changeset: 445206:523ae68055df
user:      micha <micha%pkgsrc.org@localhost>
date:      Mon Jan 18 09:41:07 2021 +0000

description:
games/doomlegacy: Build fix

Remove "-march=native" option.
This should unbreak bulk builds on 32-bit ARM architectures.

Bump PKGREVISION.

diffstat:

 games/doomlegacy/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (23 lines):

diff -r 87596fbd0d08 -r 523ae68055df games/doomlegacy/Makefile
--- a/games/doomlegacy/Makefile Mon Jan 18 09:39:29 2021 +0000
+++ b/games/doomlegacy/Makefile Mon Jan 18 09:41:07 2021 +0000
@@ -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_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



Home | Main Index | Thread Index | Old Index